From 63d08a9f120e842dcc5a34a1db6b39957c643b30 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 23 Apr 2021 01:41:18 +0300 Subject: [WIP] Done, untested --- templates/css.html | 21 ++++++++++++++------- templates/header.html | 11 ++++++----- templates/list.html | 4 ++-- 3 files changed, 22 insertions(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/css.html b/templates/css.html index a918a4b..4a2ac7b 100644 --- a/templates/css.html +++ b/templates/css.html @@ -1,23 +1,30 @@ diff --git a/templates/header.html b/templates/header.html index a142fad..1c9136e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,10 +1,11 @@ - Gradecoin + + Gradecoin | Users {% include "css.html" %} -
-

Registered Users

-
-
+
+

Registered Users

+
+
diff --git a/templates/list.html b/templates/list.html index 083e0e8..0f19107 100644 --- a/templates/list.html +++ b/templates/list.html @@ -7,9 +7,9 @@ {% for user in users %} - {{ user.fingerprint }} + {{ user.fingerprint }} {% if user.is_bot %} 👋🤖 {% endif %} {{ user.balance }} - {% endfor %} + {% endfor %} {% include "footer.html" %} -- cgit v1.2.3-70-g09d2