{% extends "registry/master.html" %} {% block title %}Update {{domainClassName}}{% endblock %} {% block content %}

Update {{domainClassName}}

Please update the details as required. Make sure that all the fields marked with a * are filled in.

{% if form.has_errors %}

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

{% endif %}
{{domainClassName}} details {% for field in form.fields %}
{{ field }}

{{ field.field_comment }}


{% endfor %}
Please check the details and
{% endblock %}