From b306321565a353231b4d0148333e0758d551e07a Mon Sep 17 00:00:00 2001 From: nik8 Date: Fri, 14 Mar 2025 18:25:35 +0100 Subject: [PATCH] =?UTF-8?q?Design=5Fform=5Ff=C3=BCrs=5FBearbeiten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/templates/library/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/library/form.html b/core/templates/library/form.html index fd85510..c5e32ae 100644 --- a/core/templates/library/form.html +++ b/core/templates/library/form.html @@ -3,7 +3,7 @@ {% block content %}

Formular

{{ form.name.value }}

-
+
{% csrf_token %} {{ form.as_p }}