feat: keep rejected applications visible, enable deletion for admins

This commit is contained in:
Björn Fromme
2024-10-29 17:34:52 +01:00
parent 94b6f73511
commit 69553fb1b3
4 changed files with 22 additions and 18 deletions
@@ -2,6 +2,6 @@
{% block content %}
<div>
Möchtest du die Bewerbung von {{ application.teamer }} wirklich löschen?
Möchtest du die Bewerbung von <em>{{ application.teamer }}</em> wirklich löschen?
</div>
{% endblock %}