2
2
{% load pybb_extras %}
6
Edit post - {{ block.super }}
10
{% include "django_messages/inlines/navigation.html" %}
13
<div class="box_item_model border">
14
{% include "pybb/inlines/add_post_form.html" %}
7
<a href="{% url pybb_index %}">{% trans "Root" %}</a> / {% pybb_link post.topic.forum.category %} / {% pybb_link post.topic.forum %} / {% pybb_link post.topic %}
10
<h1>{% trans "Editing the post" %}</h1>
14
<legend>{% trans "Editing the post" %}</legend>
16
<p><input type="submit" value="{% trans "Save" %}" /></p>