Post Web Assets v2 upgrade UI fixes and improvements #114
@ -11,6 +11,7 @@
|
|||||||
<div class="notifications">
|
<div class="notifications">
|
||||||
{% if user|unread_notification_count %}
|
{% if user|unread_notification_count %}
|
||||||
<form action="{% url 'notifications:notifications-mark-read-all' %}" method="post">
|
<form action="{% url 'notifications:notifications-mark-read-all' %}" method="post">
|
||||||
|
{% csrf_token %}
|
||||||
<button class="btn mb-3" type="submit"><i class="i-eye"></i> {% trans 'Mark all as read' %}</button>
|
<button class="btn mb-3" type="submit"><i class="i-eye"></i> {% trans 'Mark all as read' %}</button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user