This commit is contained in:
Ross
2022-06-09 18:15:42 +01:00
parent 8c10e2160a
commit 33e82e8676
4 changed files with 65 additions and 2 deletions
@@ -1,5 +1,5 @@
<!-- templates/registration/password_reset_confirm.html -->
{% extends "base.html" %}
{% extends "../base.html" %}
{% block title %}Enter new password{% endblock %}
@@ -15,6 +15,7 @@
</form>
{% else %}
<h1>Invalid link</h1>
<p>The password reset link was invalid, possibly because it has already been used. Please request a new password reset.</p>