6 lines
123 B
HTML
6 lines
123 B
HTML
<form method="post">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<button type="submit">Save Participants</button>
|
|
</form>
|