From baa755ef6aaea1605c964057c31e68b3a9d79776 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Fri, 31 Jan 2020 09:24:15 +1100 Subject: [PATCH] Removed redundent JS scripts --- templates/admin.html | 104 +++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 54 deletions(-) diff --git a/templates/admin.html b/templates/admin.html index 36413dd..5177510 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -1,59 +1,55 @@ - -

LIST USERS

-
- - - - - - - - - - {% for x in data["users"] %} - - - - - - {% endfor %} - -
UsernameAdminChange Password
{{x[0]}}{% if x[1] == 1 %} Yes {% else %} No {% endif %}
-
-
-

ADD NEW USERS

-
-
-
- -
- -
+

LIST USERS

+
+ + + + + + + + + + {% for x in data["users"] %} + + + + + + {% endfor %} + +
UsernameAdminChange Password
{{x[0]}}{% if x[1] == 1 %} Yes {% else %} No {% endif %} + +
+
+
+

ADD NEW USERS

+
+
+
+ +
+
-
- -
- -
-
- -
-
- - +
+ +
+ +
+
+ +
+
+ + - - - - - - - +
\ No newline at end of file