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 }}