aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/view_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/view_post.html')
-rw-r--r--apioforum/templates/view_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/view_post.html b/apioforum/templates/view_post.html
index 993c005..fcaf29b 100644
--- a/apioforum/templates/view_post.html
+++ b/apioforum/templates/view_post.html
@@ -8,5 +8,5 @@
{{disp_post(post,False)}}
<p>post source:</p>
<textarea readonly class="new-post-box" name="newcontent">{{post.content}}</textarea>
-<a href="{{url_for('thread.view_thread',thread_id=post.thread)}}">i am satisfied</a>
+<a href="{{post_jump(post.id)}}">i am satisfied</a>
{% endblock %}