Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git] / ganeti_web / templates / registration / password_reset_form.html
blobae05ff0a5002398573f4ce3d2a8a08bf719b591f
1 {% extends "no_menu_base.html" %}
2 {% load i18n %}
3 {% block content %}
4 <div id="passwordreset">
5 <h1>{% trans "Password Reset" %}</h1>
6 <fieldset>
7 <form method="post">
8 {% csrf_token %}
9 {{ form.as_p }}
10 <input class="submit" type="submit" value="{% trans "Reset" %}" />
11 </form>
12 </fieldset>
13 </div>
14 {% endblock %}