feat: add test notif button on admin
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user