Skip to content
Snippets Groups Projects
Commit 4be7f906 authored by Jeremy Guiselin's avatar Jeremy Guiselin
Browse files

correct bug edit picture

parent b98eba04
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,15 @@
{{ form_errors(form.name) }}
</div>
</div>
<div class="form-group is-empty has-primary">
<div class="form-group">
{{ form_label(form.picture, null, {'label_attr': {'class': "col-sm-3 control-label"}}) }}
<div class="col-sm-9">
{{ form_widget(form.picture, {'attr' : {'class': "form-control"}}) }}
{{ form_errors(form.picture) }}
<input type="text" readonly="" class="form-control" placeholder="Parcourir ...">
{{ form_widget(form.picture) }}
</div>
{{ form_errors(form.picture) }}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment