diff options
author | osmarks <osmarks> | 2021-06-14 18:09:11 +0000 |
---|---|---|
committer | osmarks <osmarks> | 2021-06-14 18:09:11 +0000 |
commit | 265d7b3dce72b1c25eb8a64a2a5f8df11a065074 (patch) | |
tree | d9ba101bf8a4cde10474f242f1e3ae503ca996f1 | |
parent | 1f447eda8ed0fb1ba7c4ff6da8d40fe56aaddabf (diff) |
obliterate } incursion
-rw-r--r-- | apioforum/templates/common.html | 2 |
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"> |