From 77e0cc3a6a2bb1278b29d14f68a56198d509756d Mon Sep 17 00:00:00 2001 From: SecretlyTaco Date: Thu, 22 Feb 2018 20:24:16 +0000 Subject: [PATCH] Implemented new login/register pages --- templates/login.html | 107 +++++------------------------------- templates/newlogin.html | 17 ------ templates/newregister.html | 10 ---- templates/register.html | 109 ++++++------------------------------- 4 files changed, 32 insertions(+), 211 deletions(-) delete mode 100644 templates/newlogin.html delete mode 100644 templates/newregister.html diff --git a/templates/login.html b/templates/login.html index 91a2f92..c2a9d8b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,94 +1,17 @@ - - - - - - - - Welcome to Tweeder! - - - +{% extends 'layout.html' %} +{% block content %}
- {% if status %} - - {% endif %} -
-
- -
-
-
+
+
+

Login to Tweeder

+ Need an account? +
+ + + +
+
+
+ - - - - - +{% endblock %} \ No newline at end of file diff --git a/templates/newlogin.html b/templates/newlogin.html deleted file mode 100644 index c2a9d8b..0000000 --- a/templates/newlogin.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends 'layout.html' %} -{% block content %} -
-
-
-

Login to Tweeder

- Need an account? -
- - - -
-
-
-
- -{% endblock %} \ No newline at end of file diff --git a/templates/newregister.html b/templates/newregister.html deleted file mode 100644 index f7e5884..0000000 --- a/templates/newregister.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - $Title$ - - -$END$ - - \ No newline at end of file diff --git a/templates/register.html b/templates/register.html index e63536a..a42f985 100644 --- a/templates/register.html +++ b/templates/register.html @@ -1,94 +1,19 @@ - - - - - - - - Welcome to Tweeder! - - - +{% extends 'layout.html' %} +{% block content %}
- {% if status %} - - {% endif %} -
-
- -
-
-
+
+
+

Register for Tweeder

+ Have an account? +
+ + + + + +
+
+
+ - - - - - \ No newline at end of file +{% endblock %} \ No newline at end of file