{% extends "registration/registration_base.html" %} {% load url from future %} {% load i18n %} {% block title %} {% if validlink %}{% trans "Enter new password" %}{% else %}{% trans "Error resetting password" %}{% endif %} {% endblock %} {% block masthead %} {% if validlink %}
{% trans "Please enter your new password twice." %}
{% else %}{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
{% endif %} {% endblock %}