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

{% trans "Editing the post" %}

{% include "pybb/post_form.html" %} {% endblock content %} {% block breadcrumb %} {% with extra_crumb="Edit post" %} {% include "pybb/breadcrumb.html" %} {% endwith %} {% endblock %}