update debriefing form view

This commit is contained in:
Simon Vieille 2022-04-15 18:05:52 +02:00
parent f97e7baa98
commit 6e7d008064
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -9,5 +9,10 @@
{% include(configuration.view('form_widget', '@Core/admin/crud/_form_widget.html.twig')) with {form: form[item]} %}
{% endfor %}
</div>
<div class="col-md-12">
{% for item in ['files'] %}
{% include(configuration.view('form_widget', '@Core/admin/crud/_form_widget.html.twig')) with {form: form[item]} %}
{% endfor %}
</div>
</div>