{% extends "person/master.html"%} {% block title %}{{ person.name }} - Edit profile{% endblock %} {% block content %}

Edit your profile

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

{% if form.has_errors %}

Sorry, the following problems prevented your edits from being saved.

{% endif %}
Login details

{{ person.name }}

Please note that you can't change your login name after registration.


{{ 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.

Personal details
{{ form.fullname }}
{{ form.email }}
Please check your details and
{% endblock %}