From 978f8a3f42d8fbdc4d9fb665e7b9817505e24b53 Mon Sep 17 00:00:00 2001 From: Zambom Date: Fri, 6 Jan 2017 15:16:17 -0200 Subject: [PATCH] Adjusting outside pages responsive --- users/templates/users/forgot_password.html | 41 +++++++++++++++++++++++------------------ users/templates/users/new_password.html | 39 ++++++++++++++++++++++----------------- 2 files changed, 45 insertions(+), 35 deletions(-) diff --git a/users/templates/users/forgot_password.html b/users/templates/users/forgot_password.html index 4755200..b4279eb 100644 --- a/users/templates/users/forgot_password.html +++ b/users/templates/users/forgot_password.html @@ -14,14 +14,13 @@ {% block content %}
-
-
- -
-
+
+ +
+
-
+
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} +
-
-

{% trans 'Forgot Password' %}

+
+

{% trans 'Forgot Password' %}

{% trans 'Enter your email below (the one used to access the platform) to recover your password' %}

@@ -44,16 +44,19 @@
{% csrf_token %} {% for field in form %} -
+
{% if field.field.required %} {% else %} {% endif %} - {% render_field field class='form-control' %} - {{ field.help_text }} - {% if field.errors %} + + {% render_field field class='form-control' %} + + {{ field.help_text }} + + {% if field.errors %} - +
+
+ +
+ +
diff --git a/users/templates/users/new_password.html b/users/templates/users/new_password.html index 3aa43ab..34246e8 100644 --- a/users/templates/users/new_password.html +++ b/users/templates/users/new_password.html @@ -14,14 +14,13 @@ {% block content %}
-
-
- -
-
+
+ +
+
-
+
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} +
-
-

{% trans 'Set new password' %}

+
+

{% trans 'Set new password' %}

{% csrf_token %} {% for field in form %} -
+
{% if field.field.required %} {% else %} {% endif %} + {% render_field field class='form-control' %} - {{ field.help_text }} - {% if field.errors %} + + {{ field.help_text }} + + {% if field.errors %} - +
+
+ +
+ +
-- libgit2 0.21.2