allow admin to send notifications

This commit is contained in:
2024-04-08 19:35:31 +02:00
parent 3b9103e9aa
commit 64d32e2688
4 changed files with 97 additions and 0 deletions

View File

@ -153,6 +153,9 @@
<li class="py-1">
<a href="/admin/list" class="block w-100 py-2 hover:text-primary-600">Fingerabdruck-Liste überprüfen</a>
</li>
<li class="py-1">
<a href="/admin/notification" class="block w-100 py-2 hover:text-primary-600">Nachricht ausschreiben</a>
</li>
</ul>
</div>
{% endif %}