{% extends "persons/master.html" %} {% block title %}Update Registration{% endblock %} {% block content %}

Update Registration

Please update details as required. Fields marked with a * are required.

{% if form.has_errors %}

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

{% endif %}
Login details

{{ domainObject.name }}

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


{{ form.password }}

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

Personal details
{{ form.fullname }}
{{ form.email }}
{% if domainObject.researcher %}
Training details {{ form.safetyTrainingCertificate }}

Valid safety training is required to use the facility.

{% endif %} {% if form.role %}
System details
{{ form.role }}
{{ form.researcher }}
{% endif %} Please check the details and
{% endblock %}