From f67d088496b6bb262dc527f8a96ceb4cc934eb33 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 22:18:06 -0400 Subject: Add nfsw/templates/login.html. --- nfsw/templates/login.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 nfsw/templates/login.html diff --git a/nfsw/templates/login.html b/nfsw/templates/login.html new file mode 100644 index 0000000..4e523bf --- /dev/null +++ b/nfsw/templates/login.html @@ -0,0 +1,29 @@ +{% extends 'base.html' %} + +{% block title %}Login{% endblock %} + +{% block content %} +
+
+ {% for m in get_flashed_messages() %} +

{{ m }}

+ {% endfor %} +
+
+ +
+
+ + +
+ +
+ + +
+ +
+ +
+
+{% endblock %} -- cgit v1.2.3