From 8eab692f0cf9f53f18129747ea56a536ec5d16d4 Mon Sep 17 00:00:00 2001 From: SecretlyTaco Date: Wed, 21 Feb 2018 12:11:54 +0000 Subject: [PATCH] Created new login page --- templates/newlogin.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/newlogin.html diff --git a/templates/newlogin.html b/templates/newlogin.html new file mode 100644 index 0000000..b6fc695 --- /dev/null +++ b/templates/newlogin.html @@ -0,0 +1,4 @@ +{% extends 'layout.html' %} +{% block content %} + +{% endblock %} \ No newline at end of file