This commit is contained in:
2024-08-19 11:57:51 +02:00
parent eb15421d08
commit 116c7523d2
5 changed files with 41 additions and 38 deletions

View File

@ -35,9 +35,7 @@
<div>
{% if notification.link %}
<a href="{{ notification.link }}" class="inline-block">
<button class="btn btn-primary" type="button">
🔗
</button>
<button class="btn btn-primary" type="button">🔗</button>
</a>
{% endif %}
{% if not notification.read_at %}
@ -65,9 +63,7 @@
<div class="mt-1">{{ notification.message | safe }}</div>
{% if notification.link %}
<a href="{{ notification.link }}" class="inline-block">
<button class="btn btn-primary" type="button">
🔗
</button>
<button class="btn btn-primary" type="button">🔗</button>
</a>
{% endif %}
</div>