From 5b9d844a5cb8b46b5a5c34269fcf5042d968e606 Mon Sep 17 00:00:00 2001 From: Lukas Vinclav Date: Tue, 13 Aug 2024 12:31:07 +0200 Subject: [PATCH] feat: changeform blocks (#677) --- src/unfold/templates/admin/change_form.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/unfold/templates/admin/change_form.html b/src/unfold/templates/admin/change_form.html index b2912913..c0904227 100644 --- a/src/unfold/templates/admin/change_form.html +++ b/src/unfold/templates/admin/change_form.html @@ -59,6 +59,8 @@ {% block content %}
+ {% block form_before %}{% endblock %} +
{% csrf_token %} @@ -106,5 +108,7 @@ {% prepopulated_fields_js %}
+ + {% block form_after %}{% endblock %} {% endblock %}