small fix
This commit is contained in:
parent
e901e2e4e6
commit
e8c0cdc2d4
@ -47,7 +47,7 @@ body {
|
||||
<h1 class="display-5 fw-bolder">{% trans "Inbox" %}</h1>
|
||||
<div class="d-flex align-items-center">
|
||||
<span class="text-muted d-none d-md-block me-3">
|
||||
<span id="unread-count-text" class="fw-bold me-1">{{ total_count}}</span> {% trans "notifications" %}
|
||||
<span id="unread-count-text" class="fw-bold me-1">{{ total_count}}</span> {% trans "Notifications" %}
|
||||
</span>
|
||||
<a href="{% url 'mark_all_notifications_as_read' %}"
|
||||
hx-get="{% url 'mark_all_notifications_as_read' %}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user