From 63ed2bb6cf3cccf341b3afe1ffc6165b9b95ac88 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 00:06:46 +0530 Subject: added dashboard --- app/templates/dashboard.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/templates/dashboard.html (limited to 'app/templates/dashboard.html') diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html new file mode 100644 index 0000000..66e8cd6 --- /dev/null +++ b/app/templates/dashboard.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% block title %}Home{% endblock %} +{% block head %} + {{ super() }} +{% endblock %} +{% block content %} +
+

Hi {{user.first_name}}

+

+ Welcome to your dashboard +

+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3