{% extends "base.html" %} {% block morecss %} form.edit-info #id_notify { width: 600px; } .warning { font-weight: bold; color: #a00; } {% endblock %} {% block title %} Edit notification addresses for the conflict review of {{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }} {% endblock %} {% block content %}

Edit notification addresses for the conflict review of {{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }}

{% for field in form.visible_fields %} {% endfor %}
{{ field.label_tag }}: {{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {{ field.errors }}
Back
{% endblock %}