{% extends "core/base.html" %} {% load i18n %} {% load settings_value %} {% block pagetitle %}{% trans 'Password Reset' %} - {% settings_value 'PRODUCT_NAME' %}{% endblock %} {% block title %}{% trans 'Password Reset' %}{% endblock %} {% block content %} {% settings_value 'PRODUCT_NAME' as product_name %} {% if validlink %}
{% else %}{% trans "This password reset link is invalid, possibly because it has already been used. Please request a new password reset." %}
{% endif %} {% endblock %}