1 {% extends
"base.html" %}
5 {% block mainmenu %}{{
"/login/"|main_menu }}{% endblock %}
6 {% block sectionmenu %}{{
"/login/"|section_menu }}{% endblock %}
8 {% block title %}{% trans
"Login" %}{% endblock %}
11 <h1>Restore Password
</h1>
19 <form action=
"{% url "restore-password
" %}" method=
"POST">
21 <p>{% blocktrans %}Please enter either your username or (if you don't know that either) the e-mail address which you used to register your account. An e-mail will be sent to you.{% endblocktrans %}
</p>
23 <label>{{ form.username.label_tag }}
</label>
26 <label>{{ form.email.label_tag }}
</label>
29 <button type=
"submit">{% trans
"Reset Password" %}
</button>