150
151
<button onclick="window.location.href='#top';" class="posRight">
152
153
<span class="middle">{% trans "Top" %}</span>
155
156
<button onclick="window.location.href='{% url 'pybb_add_post' topic.id %}?quote_id={{ post.id }}';">
157
158
<span class="middle">{% trans "Quote" %}</span>
159
160
{% if moderator or post|pybb_posted_by:user %}
160
161
<button onclick="window.location.href='{% url 'pybb_edit_post' post.id %}';">
162
163
<span class="middle">{% trans "Edit" %}</span>
164
165
{% if moderator or post|pybb_equal_to:last_post %}
165
166
<button onclick="window.location.href='{% url 'pybb_delete_post' post.id %}';">
167
168
<span class="middle">{% trans "Delete" %}</span>