From fde8470c5e47434df8c854bd3135763062fada12 Mon Sep 17 00:00:00 2001
From: prashantsinalkar
Date: Thu, 5 Mar 2020 19:28:24 +0530
Subject: fixed file structure and added forgot passowrd link
---
.../admin/templates/clearable_file_input.html | 13 ++
.../static/admin/templates/forgot-password.html | 54 ++++++
arduino_blog/static/admin/templates/message.html | 17 ++
arduino_blog/static/admin/templates/profile.html | 91 +++++++++
.../registration/password_change_done.html | 19 ++
.../registration/password_change_form.html | 18 ++
.../registration/password_reset_complete.html | 19 ++
.../registration/password_reset_confirm.html | 64 +++++++
.../registration/password_reset_done.html | 20 ++
.../registration/password_reset_form.html | 30 +++
.../static/admin/templates/update-password.html | 41 ++++
.../static/admin/templates/user-login.html | 74 ++++++++
.../static/admin/templates/user-register.html | 108 +++++++++++
.../static/admin/templates/view-profile.html | 210 +++++++++++++++++++++
14 files changed, 778 insertions(+)
create mode 100644 arduino_blog/static/admin/templates/clearable_file_input.html
create mode 100644 arduino_blog/static/admin/templates/forgot-password.html
create mode 100644 arduino_blog/static/admin/templates/message.html
create mode 100644 arduino_blog/static/admin/templates/profile.html
create mode 100644 arduino_blog/static/admin/templates/registration/password_change_done.html
create mode 100644 arduino_blog/static/admin/templates/registration/password_change_form.html
create mode 100644 arduino_blog/static/admin/templates/registration/password_reset_complete.html
create mode 100644 arduino_blog/static/admin/templates/registration/password_reset_confirm.html
create mode 100644 arduino_blog/static/admin/templates/registration/password_reset_done.html
create mode 100644 arduino_blog/static/admin/templates/registration/password_reset_form.html
create mode 100644 arduino_blog/static/admin/templates/update-password.html
create mode 100644 arduino_blog/static/admin/templates/user-login.html
create mode 100644 arduino_blog/static/admin/templates/user-register.html
create mode 100644 arduino_blog/static/admin/templates/view-profile.html
(limited to 'arduino_blog/static')
diff --git a/arduino_blog/static/admin/templates/clearable_file_input.html b/arduino_blog/static/admin/templates/clearable_file_input.html
new file mode 100644
index 0000000..4002c00
--- /dev/null
+++ b/arduino_blog/static/admin/templates/clearable_file_input.html
@@ -0,0 +1,13 @@
+{% if widget.is_initial %}
+
+
{{ widget.initial_text }}: {{ widget.value }}
+ {% if not widget.required %}
+
+
+
+ {% endif %}
+
+{% endif %}
+
+
+{% if widget.is_initial %}
Your password has been changed successfully.
+ +Your password has been reset.
+ +Please enter your new password twice. + So we can verify you typed it in correctly.
+ + {% else %} +The password reset link was invalid,
+ possibly because it has already been used.
+ Please request a new password reset.
Kindly log in to Ask Question
+The activation link of the account will be sent to the Email id provided.
++
+
+