aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_fail.html
blob: 80c2f2d0f76d41300c089fb8038f9230ffac0272 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% load i18n %}

{% block content %}
<p>{% trans "Password reset failed. You haven't set security questions, so we cannot reset your password." %}</p>
{% endblock %}