Get rid of User.givenname and User.familyname

This commit is contained in:
Raphael Michel
2017-01-07 16:35:04 +01:00
parent 33265d05fb
commit 0acee0e362
7 changed files with 85 additions and 49 deletions

View File

@@ -9,8 +9,7 @@
{% bootstrap_form_errors form %}
<fieldset>
<legend>{% trans "General settings" %}</legend>
{% bootstrap_field form.givenname layout='horizontal' %}
{% bootstrap_field form.familyname layout='horizontal' %}
{% bootstrap_field form.fullname layout='horizontal' %}
{% bootstrap_field form.locale layout='horizontal' %}
</fieldset>
<fieldset>