diff --git a/templates/addForm.html b/templates/addForm.html index 0c5ad79..74725c1 100644 --- a/templates/addForm.html +++ b/templates/addForm.html @@ -4,9 +4,11 @@

-
+ +
+
\ No newline at end of file diff --git a/templates/admin.html b/templates/admin.html index bf49e87..cf5b203 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -16,7 +16,12 @@ {{x[0]}} {% if x[1] == 1 %} Yes {% else %} No {% endif %} -
+ +
+ {% endfor %} @@ -25,35 +30,36 @@

ADD NEW USERS

-
+
- +
- -
- -
-
- -
+ +
+ +
+
+ +

ADD LIST

-
+
- +
-
- -
+
+ +
@@ -67,48 +73,36 @@

Add User To List

-
- - - - - -
+
+
+
+ + +
+
+ + +
+ +
+ +
+
+
+
- -
- {% for x in data["lists"] %} - {{data["lists"][x]}} - {% endfor %} diff --git a/templates/index.html b/templates/index.html index 4da94d5..259539d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,27 +1,28 @@ {% include "header.html" %} -

{{ data["title"] }}, {{data["session"]["username"].title()}} +

{{ data["title"] }}, {{data["session"]["username"].title()}} -

+ {% endif %} + + + +
+
{% include "addForm.html" %} diff --git a/templates/mobile.html b/templates/mobile.html index b4998ee..5016017 100644 --- a/templates/mobile.html +++ b/templates/mobile.html @@ -1,35 +1,38 @@ {% include "header.html" %} - -

{{ data["title"] }}

-