{% extends "beam/base.html" %} {% load i18n crispy_forms_tags %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block content %}
{% translate "Please enter your new password twice so we can verify you typed it in correctly." %}
{% else %}{% translate "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
{% url "password_reset" as reset_url %} {% if reset_url %} {% trans "Forgotten your password or username?" %} {% endif %} {% endif %} {% endblock %}