{% extends "admin/master.html" %} {% block content %}

Update {{ domainClassName }}

Please adjust the form and submit to update a {{ domainClassName }}.

{% if form.has_errors %}

Sorry, the attributes are not valid.

{% endif %}
update {% for field in form.fields %}
{{ field }}

{{ field.field_name }} comment


{% endfor %}
{% endblock %}