{% extends "cciw/standard.html" %} {% block content %} {% if success_message %}
{{ success_message }}
{% if current_member %}
Go back to your personal page
{% else %}
Log in
{% endif %} {% else %} {% if error_message %}
{{ error_message }}
{% endif %} {% if show_form %}

Enter your new password (5-20 characters), and confirm it with the same password in the second box.

{% endif %} {% endif %} {% endblock %}