We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06db234 commit 4a87493Copy full SHA for 4a87493
templates/Import/app_import.html.twig
@@ -146,11 +146,7 @@
146
{% set params = params|merge({'type': 'default'}) %}
147
{% endif %}
148
149
- {% if params.action is not defined %}
150
- {% set params = params|merge({'action': app.request.uri}) %}
151
- {% endif %}
152
-
153
- {{ form_start(params.form, {'action': params.action}) }}
+ {{ form_start(params.form, {'action': ''}) }}
154
<div class="row">
155
{% if 'search' == params.type %}<div class="col-12 col-md-4 col-lg-3">{% else %}<div class="col-12 col-md-5 col-lg-4">{% endif %}
156
{% for child in params.form.children %}
0 commit comments