foerderbarometer/input/templates/input/project.html

6 lines
116 B
HTML
Raw Normal View History

2020-09-29 09:47:29 +00:00
<form action="" method="post">
2020-09-29 08:21:49 +00:00
{% csrf_token %}
{{ form }}
2020-09-29 08:21:49 +00:00
<input type="submit" value="Submit">
</form>