Allow user change fullname

This commit is contained in:
Zhao-Linux 2022-10-15 23:23:50 +07:00
parent 7fafe394c5
commit 81a490ca93
4 changed files with 302 additions and 285 deletions

View file

@ -104,6 +104,12 @@
</div>
{% endif %}
<div class="block-header" style="display:flex;">
<div style="margin: auto 0;"> {{ _('Fullname') }}: </div>
<div style="margin-left: 30px;"> {{ form_user.first_name }} </div>
</div>
<hr>
<div style="padding-top:0.5em" class="block-header">{{ _('Self-description') }}:</div>
{{ form.about }}
<hr>