aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/templates/common.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/apioforum/templates/common.html b/apioforum/templates/common.html
index c5d1c26..461299d 100644
--- a/apioforum/templates/common.html
+++ b/apioforum/templates/common.html
@@ -10,13 +10,9 @@
<span class="post-heading-b">
{% if buttons and post.author == g.user %}
<a class="actionbutton"
- href="{{url_for('thread.edit_post',post_id=post.id)}}">
- edit
- </a>
+ href="{{url_for('thread.edit_post',post_id=post.id)}}">edit</a>
<a class="actionbutton"
- href="{{url_for('thread.delete_post',post_id=post.id)}}">
- delete
- </a>
+ href="{{url_for('thread.delete_post',post_id=post.id)}}">delete</a>
{% endif %}
#{{post.id}}
</span>