switch to beautiful unicode-icons
This commit is contained in:
parent
bbd1cc2e1c
commit
2cc9b12674
@ -39,9 +39,10 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
{% if user %}
|
{% if user %}
|
||||||
{% if user.is_admin %}
|
{% if user.is_admin %}
|
||||||
<a href="/user">USER</a>
|
<a href="/">🚣</a>
|
||||||
|
<a href="/user">👥</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="/logout">LOGOUT</a>
|
<a href="/logout">☈</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if flash %}
|
{% if flash %}
|
||||||
|
Loading…
Reference in New Issue
Block a user