{% extends 'administration/base_admin.html' %} {% load i18n %} {% block title %}{% trans "Edit user account" %}{% endblock %} {% block action_close %}admin.settings.cancel_form();{% endblock %} {% block content %}

{{ userform.as_p }}

{{ passform.as_p }}

{% trans "To edit your user name of mail address, keep the password input empty and confirm the form" %}

{% trans "Editing constantly your password is the best way to keep the access of your website secure." %}

{% endblock %}