{% extends "base.html" %} {% block title %}Add comment on {{ doc }}{% endblock %} {% block morecss %} form.add-comment #id_comment { width: 600px; height: 300px; } form.add-comment .actions { padding-top: 20px; } {% endblock %} {% block content %}

Add comment on {{ doc }}

The comment will be added to the history trail.

{{ form.as_table }}
Back
{% endblock %}