From 8b23a92d2b65fc1e321d1e2acaaf2856e7349b08 Mon Sep 17 00:00:00 2001 From: shagi Date: Tue, 23 Mar 2021 17:57:32 +0100 Subject: [PATCH] multipart/form-data by default --- gas/templates/gas/base_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/templates/gas/base_form.html b/gas/templates/gas/base_form.html index 9751b5c..130716c 100644 --- a/gas/templates/gas/base_form.html +++ b/gas/templates/gas/base_form.html @@ -4,7 +4,7 @@ {% load form_tags %} {% block content %} -
{% csrf_token %} + {% csrf_token %} {% if is_popup %} {% endif %}