{% extends "base.html" %} {% block morecss %} form #id_content { width: 40em; height: 600px; } {% endblock %} {% block title %} Charter submission for {{ wg.acronym }} {% endblock %} {% block content %}

Charter submission for {{ wg.acronym }}

The text will be submitted as charter-ietf-{{ wg.acronym }}-{{ next_rev }}

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