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

{% trans "Publish topic" %}

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