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