feat: add test notif button on admin

This commit is contained in:
2026-07-14 21:30:22 +02:00
parent f783794b86
commit 5fbe70b6db
3 changed files with 162 additions and 1 deletions
@@ -0,0 +1,9 @@
{% extends "admin/change_form.html" %}
{% block submit_buttons_bottom %}
{{ block.super }}
<div class="submit-row" style="display:flex; justify-content:flex-end">
{# Posts the change form, which admin.response_change() intercepts. #}
<input type="submit" name="_send_test" value="Send test notification">
</div>
{% endblock %}