microblog/app/templates/auth/reset_password.html

8 lines
178 B
HTML

{% extends "base.html" %}
{% import "bootstrap_wtf.html" as wtf %}
{% block content %}
<h1>{{ _('Reset Your Password') }}</h1>
{{ wtf.quick_form(form) }}
{% endblock %}