Adding spokenLanguages into views close #356

This commit is contained in:
Marc Ducobu
2014-11-26 13:29:00 +01:00
parent f903e50d73
commit 9b52fa562e
4 changed files with 16 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
<fieldset>
<legend><h2>{{ 'Administrative information'|trans }}</h2></legend>
{{ form_row(form.nationality, { 'label' : 'Nationality'|trans} ) }}
{{ form_row(form.spokenLanguages, {'label' : 'Spoken languages'}) }}
</fieldset>
<fieldset>