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/view-profile.html | 210 +++++++++++++++++++++
1 file changed, 210 insertions(+)
create mode 100644 arduino_blog/static/admin/templates/view-profile.html
(limited to 'arduino_blog/static/admin/templates/view-profile.html')
diff --git a/arduino_blog/static/admin/templates/view-profile.html b/arduino_blog/static/admin/templates/view-profile.html
new file mode 100644
index 0000000..3416928
--- /dev/null
+++ b/arduino_blog/static/admin/templates/view-profile.html
@@ -0,0 +1,210 @@
+{% extends MODERATOR_ACTIVATED|yesno:'website/templates/moderator/base.html,website/templates/base.html' %}
+{% load widget_tweaks %}
+{% load static %}
+{% load count_tags %}
+
+{% block title %}User Profile{% endblock %}
+
+{% block cssblock %}
+{% endblock %}
+
+{% block heading %}
+ User Profile
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
+