{% extends "base_site.html" %} {% load i18n %} {% block bodyclass %}login{% endblock %} {% block content_title %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block title%}Enter new password{% endblock %} {% block content %}

Enter new password


{% if not validlink %}

Your email and password didn't match. Please try again.

{% else %} Please enter your new password twice so we can verify you typed it in correctly.

{% csrf_token %} {{ form.as_p }}

{% endif %}
{% endblock %}