6 lines
79 B
HTML
6 lines
79 B
HTML
|
<form method="post">
|
||
|
{% csrf_token %}
|
||
|
{{form}}
|
||
|
<input type="submit" />
|
||
|
</form>
|