From 5708c67096f0b01b1b11b5335de7be03d470bd14 Mon Sep 17 00:00:00 2001 From: lukas Date: Mon, 13 Oct 2025 13:21:46 +0200 Subject: [PATCH] fix: changeform remember current fragment with query params --- src/unfold/templates/admin/change_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unfold/templates/admin/change_form.html b/src/unfold/templates/admin/change_form.html index 6b2cd1815..03d90f49e 100644 --- a/src/unfold/templates/admin/change_form.html +++ b/src/unfold/templates/admin/change_form.html @@ -34,7 +34,7 @@ {% include adminform.model_admin.change_form_outer_before_template %} {% endif %} -
+ {% csrf_token %} {% if adminform.model_admin.change_form_before_template %}