From c0ba62332e628562293e490c10a42aba1a6b6be4 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Tue, 29 Sep 2020 12:59:02 +0200 Subject: [PATCH] input fields in form as paragraphs --- input/templates/input/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/templates/input/project.html b/input/templates/input/project.html index d63ec79..f0d36a9 100644 --- a/input/templates/input/project.html +++ b/input/templates/input/project.html @@ -12,6 +12,6 @@
{% csrf_token %} - {{ form }} + {{ form.as_p }}