{% extends "base.html" %} {% block title %}Edit IESG note for {{ doc.name }}{% endblock %} {% block morecss %} form.edit-iesg-note #id_note { width: 600px; height: 150px; } {% endblock %} {% block content %}

Edit IESG note for {{ doc.name }}

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