{% extends "base.html" %} {% comment %} Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% block title %}Add comment on {{ wg.acronym }}{% endblock %} {% block morecss %} form.add-comment #id_comment { width: 600px; height: 300px; } form.add-comment .actions { padding-top: 20px; } {% endblock %} {% block content %}
The comment will be added to the history trail.
{% endblock %}