switch to beautiful unicode-icons

This commit is contained in:
philipp 2023-03-04 10:56:34 +01:00
parent bbd1cc2e1c
commit 2cc9b12674
2 changed files with 3 additions and 2 deletions

BIN
db.sqlite

Binary file not shown.

View File

@ -39,9 +39,10 @@
<div class="container">
{% if user %}
{% if user.is_admin %}
<a href="/user">USER</a>
<a href="/">🚣</a>
<a href="/user">👥</a>
{% endif %}
<a href="/logout">LOGOUT</a>
<a href="/logout"></a>
{% endif %}
{% if flash %}