diff options
Diffstat (limited to 'templates/list.html')
-rw-r--r-- | templates/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
7 | </tr> | 7 | </tr> |
8 | {% for user in users %} | 8 | {% for user in users %} |
9 | <tr> | 9 | <tr> |
10 | <td>{{ user.fingerprint }}</td> | 10 | <td>{{ user.fingerprint }} {% if user.is_bot %} <span title="I'm a bot!">👋🤖</span> {% endif %}</td> |
11 | <td>{{ user.balance }}</td> | 11 | <td>{{ user.balance }}</td> |
12 | </tr> | 12 | </tr> |
13 | {% endfor %} | 13 | {% endfor %} |
14 | </table> | 14 | </table> |
15 | {% include "footer.html" %} | 15 | {% include "footer.html" %} |