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_done.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'templates/registration/password_reset_done.html') diff --git a/templates/registration/password_reset_done.html b/templates/registration/password_reset_done.html index 6abc3e1..399afb7 100644 --- a/templates/registration/password_reset_done.html +++ b/templates/registration/password_reset_done.html @@ -1,12 +1,20 @@ {% extends 'registration/base_simple.html' %} {% block content %} -

- We've emailed you instructions for setting your password, if an account exists with the email you entered. - You should receive them shortly. -

-

- If you don't receive an email, please make sure you've entered the address you registered with, - and check your spam folder. -

+
+
+
+
+

+ Ti abbiamo inviato una email con le istruzioni per reimpostare la password, se l'account inserito + esiste. Dovresti riceverle a breve. +

+

+ Se non hai ricevuto la email controlla che l'indirizzo inserito sia corretto e controlla la cartella + di spam. +

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