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 461299d..2206ac3 100644
--- a/apioforum/templates/common.html
+++ b/apioforum/templates/common.html
@@ -1,5 +1,5 @@
{% macro disp_post(post, buttons=False) %}
-<div class="post">
+<div class="post" id="post_{{post.id}}">
<div class="post-heading">
<span class="post-heading-a">
<span class="post-heading-em">{{post.author}}</span> {{ts(post.created)}}
@@ -14,7 +14,7 @@
<a class="actionbutton"
href="{{url_for('thread.delete_post',post_id=post.id)}}">delete</a>
{% endif %}
- #{{post.id}}
+ <a class="post-anchor-link" href="#post_{{post.id}}">#{{post.id}}</a>
</span>
</div>
<div class="post-content">