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 --- .../static/admin/templates/update-password.html | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 arduino_blog/static/admin/templates/update-password.html (limited to 'arduino_blog/static/admin/templates/update-password.html') diff --git a/arduino_blog/static/admin/templates/update-password.html b/arduino_blog/static/admin/templates/update-password.html new file mode 100644 index 0000000..33eb1d6 --- /dev/null +++ b/arduino_blog/static/admin/templates/update-password.html @@ -0,0 +1,41 @@ +{% extends "website/templates/base.html" %} +{% load widget_tweaks %} +{% block content %} +{% load static %} + + +


+
+
+

Update Password

+ +
+
Already Registered?
+
Login
+
+
+
+{% endblock %} + -- cgit