fix translations and layout in user CRUD

close #615 0h45
This commit is contained in:
2015-09-29 15:54:17 +02:00
parent 31f3744ad9
commit 2e650a53db
7 changed files with 39 additions and 14 deletions

View File

@@ -5,7 +5,11 @@
{% block admin_content -%}
<h1>{{ 'User creation'|trans }}</h1>
{{ form(form) }}
{{ form_start(form) }}
{{ form_row(form.username) }}
{{ form_row(form.plainPassword.password) }}
{{ form_widget(form.submit, { 'attr' : { 'class': 'sc-button blue' } }) }}
{{ form_end(form) }}
<ul class="record_actions">
<li>