From 198a27389bfc4c60ace7df81f7e7b37263b48f3c Mon Sep 17 00:00:00 2001 From: juliotoscano Date: Sun, 6 Nov 2016 11:02:54 -0300 Subject: [PATCH] work function send email #227 --- core/templates/lembrar_senha.html | 168 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ core/templates/registration/passwor_reset_form.html | 26 +++++++++++++++++--------- 2 files changed, 17 insertions(+), 177 deletions(-) delete mode 100644 core/templates/lembrar_senha.html diff --git a/core/templates/lembrar_senha.html b/core/templates/lembrar_senha.html deleted file mode 100644 index 73a836c..0000000 --- a/core/templates/lembrar_senha.html +++ /dev/null @@ -1,168 +0,0 @@ - -{% load static %} - - - - - - - - - - - - - - - - {% trans 'Amadeus Project' %} - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
  -
{% trans 'Enter' %}
-
- - -
-
-
- - - - - - - - - -
-

{% trans 'Remember password' %}

-
-
- -
- -
-
- - -
-
{% trans 'Email' %}
-
-
{% trans 'Your Email address (exemple@mail.com)' %}
-
-
- - -
-
-
-
- - - - - - -
-
{% trans 'Copyright Amadeus. All rights reserved' %}
-
- -
- - diff --git a/core/templates/registration/passwor_reset_form.html b/core/templates/registration/passwor_reset_form.html index 7b713b4..12fe985 100644 --- a/core/templates/registration/passwor_reset_form.html +++ b/core/templates/registration/passwor_reset_form.html @@ -36,17 +36,25 @@
{% csrf_token %}
- + -
-
- -
- +
+
+ + + +
+ - + -- libgit2 0.21.2