Browse Source

input fields in form as paragraphs

master
Benni Baermann 4 years ago
parent
commit
c0ba62332e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      input/templates/input/project.html

+ 1
- 1
input/templates/input/project.html View File

@ -12,6 +12,6 @@
<form action="" method="post">
{% csrf_token %}
{{ form }}
{{ form.as_p }}
<input type="submit" value="Submit">
</form>

Loading…
Cancel
Save