{% extends "tinyforum/base.html" %} {% load fineforms i18n static %} {% block extra-body-class %}forum{% endblock %} {% block lead-title %}

{% trans "Edit post" %}

{% endblock %} {% block main-region %}
{% if moderation %}

Moderation

{% endif %}
{% csrf_token %} {{ form.media }} {% ff_errors form %} {{ form.text.label_tag }} {% ff_field form.text type='field-plain' %} {{ form.text.errors }} {% ff_fields form exclude='text' %}
{% endblock %}