7 lines
125 B
HTML
7 lines
125 B
HTML
<html>
|
|
<form method='post'>
|
|
{% csrf_token %}
|
|
{{ form }}
|
|
<input type='submit'>
|
|
</form>
|
|
</html> |