{% extends "accounts/base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Recover Password" %}{% endblock %} {% block auth_content %} {% if validlink %}
{% blocktrans %} Please enter your new password twice so we can verify it's correct. {% endblocktrans %}
{% url 'recover' as recover_url %} {% blocktrans %} The password reset link was invalid, either because it expired or has already been used. Please request a new one. {% endblocktrans %}
{% endif %} {% endblock auth_content %}