- {# Render CSRF token etc .#}
- <footer style="display:none">
- {{ form_rest(application) }}
- </footer>
-{{ form_end(application) }}
+ {{ form_row(forms.application.submit) }}
+ </div>
+
+ {# render csrf token etc .#}
+ <footer style="display:none">{{ form_rest(forms.application) }}</footer>
+ {{ form_end(forms.application) }}
+</section>