From 3a175662da52cc770d52e46a9abe2cd782aa2142 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 20 Jul 2020 23:53:03 +0200 Subject: search users, show attachments, fancy pass reset --- templates/registration/password_reset_confirm.html | 35 ++++++++++++++-------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'templates/registration/password_reset_confirm.html') diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html index 6838eb8..b0b46a4 100644 --- a/templates/registration/password_reset_confirm.html +++ b/templates/registration/password_reset_confirm.html @@ -1,17 +1,26 @@ {% extends 'registration/base_simple.html' %} {% block content %} - {% if validlink %} -

Change password

-
- {% csrf_token %} - {{ form.as_p }} - -
- {% else %} -

- The password reset link was invalid, possibly because it has already been used. - Please request a new password reset. -

- {% endif %} +
+
+
+
+ {% if validlink %} +
Cambia password
+
+ {% csrf_token %} + {{ form.as_p }} +
+ +
+ {% else %} +

+ Il link di reimpostazione della password è invalido, probabilmente perchè è già stato usato. + Prego richiedere un altro link. +

+ {% endif %} +
+
+
+
{% endblock %} \ No newline at end of file -- cgit v1.2.1