{% extends 'pybb/base.html' %} {% load pybb_tags i18n %} {% block title %}{% trans "Editing the post" %}{% endblock title %} {% block head %} {{ block.super }} {% include "pybb/markitup.html" %} {% endblock head %} {% block content %}

{% trans "Editing the post" %}

{% csrf_token %}
{% trans "Editing the post" %} {{ form.as_p }}
{% for smile, url in form.aviable_smiles.items %} {% endfor %}

{% if PYBB_BUTTONS.save %} {% else %} {% endif %}

{% endblock content %} {% block breadcrumbs %} {{block.super}} / {% pybb_link post.topic.forum.category %} / {% pybb_link post.topic.forum %} / {% pybb_link post.topic %} {% endblock %}