From 2d991efd325a03f98ecce5ece68d7b6a645258c9 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sat, 8 Jul 2023 13:44:33 -0600 Subject: [PATCH] Rework the login page using skeleton --- .../python/tentacles/templates/login.html.j2 | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/projects/tentacles/src/python/tentacles/templates/login.html.j2 b/projects/tentacles/src/python/tentacles/templates/login.html.j2 index a2f4995..99b41e1 100644 --- a/projects/tentacles/src/python/tentacles/templates/login.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/login.html.j2 @@ -2,8 +2,22 @@ {% block content %}

Log in

-

Username: -

Password: -

+

+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
{% endblock %}