aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorosmarks <osmarks>2021-06-14 18:09:11 +0000
committerosmarks <osmarks>2021-06-14 18:09:11 +0000
commit265d7b3dce72b1c25eb8a64a2a5f8df11a065074 (patch)
treed9ba101bf8a4cde10474f242f1e3ae503ca996f1
parent1f447eda8ed0fb1ba7c4ff6da8d40fe56aaddabf (diff)
obliterate } incursion
-rw-r--r--apioforum/templates/common.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/common.html b/apioforum/templates/common.html
index fc41410..33aee0b 100644
--- a/apioforum/templates/common.html
+++ b/apioforum/templates/common.html
@@ -14,7 +14,7 @@
<a class="actionbutton"
href="{{url_for('thread.delete_post',post_id=post.id)}}">delete</a>
{% endif %}
- <a class="post-anchor-link" href="{{url_for('thread.view_thread', thread_id=post.thread)}}}#post_{{post.id}}">#{{post.id}}</a>
+ <a class="post-anchor-link" href="{{url_for('thread.view_thread', thread_id=post.thread)}}#post_{{post.id}}">#{{post.id}}</a>
</span>
</div>
<div class="post-content">