From 32b49380880aab00057b8a663b5327d6f58def3a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 22 Apr 2021 20:15:40 +0300 Subject: Implement nicenet - There are bot accounts that return what you sent them - Sending a transaction generates some coin out of thin air - No more one tx per person per block limit - Unused transactions do not disappear anymore --- 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