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

Update {{domainClassName}}

{% endblock %} {% if form.has_errors %}

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

{% endif %}


{% block updateformlegend %}{{domainClassName}} details{% endblock %}
Please check the details and

Make sure that all the fields marked with a * are filled in.
{% block update_form_after %}{% endblock %} {% endblock %}