{% extends "not_logged_in.html" %} {% block title %}Reset password{% endblock %} {% block content %}

Password reset

{% if reg_h_is_logged_in %} You can only request a password reset when you are logged out. To log out, please click here. Otherwise, you can return to your home directory. {% else %} Please enter your e-mail address here. We will reset the password and e-mail the new one to you.
{% if form.email.errors %}{{ form.email.html_error_list }}{% endif %}

{{ form.email }}

{% endif %} {% endblock %}