From b9c709823e26f5b20d3732e1788b871cdd961a03 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 27 Aug 2019 12:29:12 +0530 Subject: added intial code for project --- static/website/templates/view_profile.html | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 static/website/templates/view_profile.html (limited to 'static/website/templates/view_profile.html') diff --git a/static/website/templates/view_profile.html b/static/website/templates/view_profile.html new file mode 100644 index 0000000..11b3b86 --- /dev/null +++ b/static/website/templates/view_profile.html @@ -0,0 +1,45 @@ +{% extends "base.html" %} +{% load static %} +{% load widget_tweaks %} + +{% csrf_token %} +{% block content %} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Edit Profile +
+{% endblock %} -- cgit