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/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/list.html') 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