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
<form> <submit> ... added
master
Benni Baermann
4 years ago
parent
4e6f36048d
commit
67e894557a
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
input/templates/input/project.html
+ 5
- 1
input/templates/input/project.html
View File
@ -1 +1,5 @@
{{formset}}
<
form
action
=
"/your-name/"
method
=
"post"
>
{% csrf_token %}
{{ formset }}
<
input
type
=
"submit"
value
=
"Submit"
>
<
/
form
>
Write
Preview
Loading…
Cancel
Save