Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9376a578 authored by Florian Eckerstorfer's avatar Florian Eckerstorfer
Browse files

Merge branch 'develop' of github.com:hsz/bootstrap-bundle into hsz-develop

* 'develop' of github.com:hsz/bootstrap-bundle:
  When trying to render form with `file` element in it, there is an error:
parents ea12dae0 1fdaccf1
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@
<div class="col-{{ col_size }}-{{ simple_col }}">
{% endif %}
<input type="{{ type }}" {{ block('widget_attributes') }} {% if value is not empty %}value="{{ value }}" {% endif %}>
<input type="file" {{ block('widget_attributes') }} {% if value is not empty %}value="{{ value }}" {% endif %}>
{% if simple_col is defined %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment