diff --git a/src/indra_cogex/apps/templates/base_form.html b/src/indra_cogex/apps/templates/base_form.html index ec7c4969b..ddaf89b25 100644 --- a/src/indra_cogex/apps/templates/base_form.html +++ b/src/indra_cogex/apps/templates/base_form.html @@ -6,9 +6,7 @@

{% block header %}{% endblock %}

{% block lead %}{% endblock %}

-
- {{ wtf.render_form(form) }} -
+ {{ wtf.render_form(form, method="POST", id="main-form") }} {% endblock %} {% block scripts %}