1
{% extends 'pybb/base.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>