{% extends "base.html" %} {% load bootstrap4 %} {% load i18n %} {% block title %} {% if validlink %} {% trans "Set password" %} {% else %} {% trans "Invalid link" %} {% endif %} {% endblock %} {% block content %} {% if validlink %}
{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}
{% else %}{% trans "The password reset link was invalid, possibly because it had already been used. Please request a new password reset." %}
{% endif %} {% endblock %}