diff --git a/application/templates/post_detail.html b/application/templates/post_detail.html index a01fbdf..4b8cca5 100644 --- a/application/templates/post_detail.html +++ b/application/templates/post_detail.html @@ -7,12 +7,14 @@ {% else %} Publish {% endif %} + {% if user.is_staff and user == post.author %} Edit Remove + {% endif %}
{{ post.text|linebreaksbr }}