{% extends 'board_base.html' %} {% load i18n %} {% load forum_conversation_tags %} {% block sub_title %}{% trans "Edit post" %}{% endblock sub_title %} {% block content %}

{{ forum.name }}

{% if poll_preview %} {% include "forum_conversation/forum_polls/poll_preview.html" %} {% endif %}

{% trans "Edit post" %}

{% include "forum_conversation/partials/topic_form.html" %}
{% endblock content %} {% block onbodyload %} machina.poll.init(); machina.attachment.init(); {% endblock onbodyload %} {% block extra_css %} {{ post_form.media.css }} {% endblock extra_css %} {% block extra_js %} {{ post_form.media.js }} {% endblock extra_js %}