diff --git a/gas/templates/gas/delete_confirmation.html b/gas/templates/gas/delete_confirmation.html index 3bbe78c..90f95dd 100644 --- a/gas/templates/gas/delete_confirmation.html +++ b/gas/templates/gas/delete_confirmation.html @@ -19,7 +19,9 @@ {% endif %}
{% csrf_token %} - - {% trans 'Cancel' %} + {% block form_actions %} + + {% trans 'Cancel' %} + {% endblock %}
{% endblock %}