{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Publish topic" %}{% endblock %} {% block head-extra %} {% endblock %} {% block content %}

{% trans "Publish topic" %}

{% csrf_token %} {% include "spirit/_form.html" %}
{% include "spirit/_form.html" with form=cform %}
{% include "spirit/comment/_editor.html" %}
{% endblock %}