Fix invalid HTML in nomcom template
- Legacy-Id: 6924
This commit is contained in:
parent
3febf7d216
commit
3ba9424845
|
@ -12,9 +12,7 @@
|
|||
{% if form.errors %}<div class="info-message-error">Please correct the following errors</div>{% endif %}
|
||||
|
||||
<form enctype="multipart/form-data" action="" method="post">{% csrf_token %}
|
||||
<table>
|
||||
{{ form }}
|
||||
</table>
|
||||
|
||||
<h3>Reminder Dates</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue