{% extends "basedocumentation.html" %} {% block doccontent %} {% if title %}
Your article {{ title }} has been submitted. Wanna submit another?
{% endif %}

Enter new press items here.

Language optional (indicate only if non-English). Note optional, should be rare.

{% csrf_token %} {{ form.as_p }}
{% endblock %}