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