This website works better with JavaScript.
Home
Help
Register
Sign In
alpcentaur
/
foerderbarometer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
input fields in form as paragraphs
master
Benni Baermann
4 years ago
parent
616606fa81
commit
c0ba62332e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
>
Write
Preview
Loading…
Cancel
Save