remove the htmx form the notification history page
This commit is contained in:
parent
255c08b74b
commit
e277ec5269
@ -50,8 +50,6 @@ body {
|
|||||||
<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>
|
</span>
|
||||||
<a href="{% url 'mark_all_notifications_as_read' %}"
|
<a href="{% url 'mark_all_notifications_as_read' %}"
|
||||||
hx-get="{% url 'mark_all_notifications_as_read' %}"
|
|
||||||
hx-swap="none"
|
|
||||||
class="btn btn-sm btn-outline-secondary rounded-pill fw-bold">
|
class="btn btn-sm btn-outline-secondary rounded-pill fw-bold">
|
||||||
<i class="fas fa-check-double me-2"></i>{% trans "Mark all read" %}
|
<i class="fas fa-check-double me-2"></i>{% trans "Mark all read" %}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -144,7 +144,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.summary-box {
|
.summary-box {
|
||||||
background-color: #ffffff;
|
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
border-radius: 0.75rem;
|
border-radius: 0.75rem;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user