Post Web Assets v2 upgrade UI fixes and improvements #114

Merged
Márton Lente merged 35 commits from martonlente/extensions-website:ui/issue105 into main 2024-05-07 16:33:28 +02:00
Showing only changes of commit e31955d146 - Show all commits

View File

@ -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 %}