added code for proper form in template
This commit is contained in:
parent
a7f1bc6e7f
commit
fa62ac8621
|
@ -1 +1,7 @@
|
|||
{{form.as_p}}
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{form}}
|
||||
</table>
|
||||
<button type="submit" value="submit">Abschicken</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue