{% extends "person/read.html"%} {% block title %}{{ person.getLabelValue|escape }} - Edit Profile{% endblock %} {% block content %}

Edit account profile

Please edit account details as required. Please make sure that all the fields marked with a * are filled in.

{% include "snippets/formerrors.html" %}
Personal details
{{ form.fullname }}
{{ form.email }}
Change password
{{ form.password }}

Leave this and the following field blank if you don’t wish to change your password. If you do change your password, note that your new password must be at least 4 characters long.


{{ form.passwordconfirmation }}

Please enter your password again, just to make sure you typed it correctly.

Please check the details and

{% endblock %}