fix two opening form tags (#2972)

This commit is contained in:
Kevin Papst
2021-11-29 15:49:54 +01:00
committed by GitHub
parent 0464054a2b
commit d994339de5
3 changed files with 17 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
</h4>
</div>
<div class="modal-body">
{{ form(form) }}
{{ form_rest(form) }}
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary pull-left" data-type="submit">{{ 'search'|trans }}</button>