UPdate.
This commit is contained in:
parent
33b26ee59d
commit
aaae2baf34
@ -5,6 +5,7 @@
|
||||
<a href="/">Feed</a>
|
||||
<a href="/search">Search</a>
|
||||
{% if current_user %}
|
||||
<a href="/chat">Chat</a>
|
||||
<span>
|
||||
<a href="/profile/{{ current_user.id }}">Profile</a>
|
||||
<a href="/notifications">Notifications {% if notif_count > 0 %}<span style="color: var(--error);">({{ notif_count }})</span>{% endif %}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user