Notifications

This commit is contained in:
Mouse Reeve
2020-09-29 14:45:04 -07:00
parent 0bea615b82
commit 767190e012
5 changed files with 67 additions and 40 deletions

View File

@ -82,7 +82,9 @@
<span class="icon icon-bell">
<span class="hidden-text">Notitications</span>
</span>
{% if request.user|notification_count %}<span class="count">{{ request.user | notification_count }}</span>{% endif %}
{% if request.user|notification_count %}
<span class="bubble">{{ request.user | notification_count }}</span>
{% endif %}
</a>
</div>
</div>