{% extends 'im/one_col_base.html'%} {%block page.title %}Password reset{% endblock %} {% block body %}

Please enter your new password

{% if validlink %}
{% csrf_token %} {% include "im/form_render.html" %}
{% else %} The password reset link was invalid {% endif %}
{% endblock %}