\ 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" %}
-