exampletest / app /templates /auth /reset_password_request.html
Nasma's picture
Upload 81 files
e612d7f verified
raw
history blame contribute delete
173 Bytes
{% extends "base.html" %}
{% import "bootstrap_wtf.html" as wtf %}
{% block content %}
<h1>{{ _('Reset Password') }}</h1>
{{ wtf.quick_form(form) }}
{% endblock %}