Merge branch 'fix-notification-colors' into 'v4.x'

[FIX]  Restore notification level colours

See merge request allianceauth/allianceauth!1547
This commit is contained in:
Ariel Rin 2023-10-27 11:54:40 +00:00
commit 8f6cb0b9bb

View File

@ -8,7 +8,7 @@
<th class="text-end">{% translate "Action" %}</th>
</tr>
{% for notif in notifications %}
<tr class="{{ notif.level }}">
<tr class="table-{{ notif.level }}">
<td>{{ notif.timestamp }}</td>
<td>{{ notif.title }}</td>
<td class="text-end">