handle requests and form to build an export

This commit is contained in:
2016-01-12 16:36:43 +01:00
parent e1a9ad1612
commit ce2119ee6f
4 changed files with 88 additions and 108 deletions

View File

@@ -47,7 +47,7 @@
<div>
<h2>{{ 'Formatter'| trans }}</h2>
{{ form_row(form.children.export.children.formatter.children.alias) }}
{{ form_row(form.children.export.children.pick_formatter.children.alias) }}
</div>
<p>{{ form_widget(form.submit, { 'attr' : { 'class' : 'sc-button btn-action' } } ) }}</p>