{% 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 has already been used. Please request a new password reset." %}
- {% endif %}
-{% endblock %}
+ {% else %}
+
+ {% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
+
+ {% endif %}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/note_kfet/templates/registration/password_reset_done.html b/note_kfet/templates/registration/password_reset_done.html
index a215ab93..56271ae0 100644
--- a/note_kfet/templates/registration/password_reset_done.html
+++ b/note_kfet/templates/registration/password_reset_done.html
@@ -3,8 +3,16 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
+{% block contenttitle %}{% endblock %}
{% block content %}
-
{% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}
-
{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}
+
+
+ {{ title }}
+
+
+
{% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}
+
{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}