Skip to content
Snippets Groups Projects
Commit 08cadd0d authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

issue_620 Correction #538 [Structure] Grouper les champs "Nombre de salariés" et "Population"

parent c9664997
No related branches found
No related tags found
No related merge requests found
...@@ -33,15 +33,10 @@ ...@@ -33,15 +33,10 @@
<div class="col-md-6"> <div class="col-md-6">
{# GENERAL #} {# GENERAL #}
<div class="box box-solid"> <div class="box box-solid">
<div class="box-header with-border"><h3 class="box-title">{{ 'user.collectivity.tab.nbr_agents'|trans }}</h3></div> <div class="box-header with-border"><h3 class="box-title">{{ 'user.collectivity.tab.general'|trans }}</h3></div>
<div class="box-body"> <div class="box-body">
{{ form_widget(form.nbrAgents) }} {{ form_row(form.nbrAgents) }}
</div> {{ form_row(form.population) }}
</div>
<div class="box box-solid">
<div class="box-header with-border"><h3 class="box-title">{{ 'user.collectivity.tab.population'|trans }}</h3></div>
<div class="box-body">
{{ form_widget(form.population) }}
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment