mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
Merge branch 'fix-notification-colors' into 'v4.x'
[FIX] Restore notification level colours See merge request allianceauth/allianceauth!1547
This commit is contained in:
commit
8f6cb0b9bb
@ -8,7 +8,7 @@
|
|||||||
<th class="text-end">{% translate "Action" %}</th>
|
<th class="text-end">{% translate "Action" %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for notif in notifications %}
|
{% for notif in notifications %}
|
||||||
<tr class="{{ notif.level }}">
|
<tr class="table-{{ notif.level }}">
|
||||||
<td>{{ notif.timestamp }}</td>
|
<td>{{ notif.timestamp }}</td>
|
||||||
<td>{{ notif.title }}</td>
|
<td>{{ notif.title }}</td>
|
||||||
<td class="text-end">
|
<td class="text-end">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user