switch to beautiful unicode-icons
This commit is contained in:
parent
bbd1cc2e1c
commit
2cc9b12674
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user