Fix reply link anchors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% load markup %}
|
||||
<div class="post" name="reply-{{post.id}}">
|
||||
<div class="post">
|
||||
<a name="reply-{{post.id}}"></a>
|
||||
{% include "_profile_tile.html" with user=post.user %}
|
||||
<div class="dateline">
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user