From 55cad7c70646f65389260fa128f00cce82aeb5d6 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 3 Dec 2021 15:47:11 -0600 Subject: [PATCH] fix --- files/templates/admins.html | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/files/templates/admins.html b/files/templates/admins.html index 421309fa97..648f2b4e03 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -3,21 +3,29 @@ {% block pagetitle %}Admins{% endblock %} {% block content %} -

+
 
Admins

 
-
+	
+		
+			
+			
+		
+	
+	{% for user in admins %}
 	
-		
-		
+		
+		
-
-{% for user in admins %}
-	
-		
-		
-	
-{% endfor %}
+	{% endfor %}
 
NameScore
NameScore + + + {{user.username}} + + {% if user.admin_level == 1 and v and v.admin_level > 1 %} + + {% endif %} + {{user.truecoins}}
{{user.username}}{% if user.admin_level == 1 and v and v.admin_level > 1 %}{% endif %}{{user.truecoins}}
{% endblock %} \ No newline at end of file