summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/common.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/common.html')
-rw-r--r--apioforum/templates/common.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/apioforum/templates/common.html b/apioforum/templates/common.html
index a547f73..0baa1f5 100644
--- a/apioforum/templates/common.html
+++ b/apioforum/templates/common.html
@@ -7,11 +7,11 @@
{% if buttons and post.author == g.user %}
<span class="post-heading-b">
<a class="actionbutton"
- href="{{url_for('thread.edit_post',post_id=post.id,thread_id=thread_id)}}">
+ 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,thread_id=thread_id)}}">
+ href="{{url_for('thread.delete_post',post_id=post.id)}}">
delete
</a>
</span>