Move comments anchor up to the top of the comment page
This commit is contained in:
parent
e2f7495add
commit
acbd353617
|
@ -1,3 +1,4 @@
|
||||||
|
<a name="comments"></a>
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<h1>Comments</h1>
|
<h1>Comments</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -31,7 +32,6 @@ There {% if comments|length == 1 %}is{% else %}are{% endif %}
|
||||||
</div><p>
|
</div><p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<a name="comments"></a>
|
|
||||||
<h2>Add a Comment</h2>
|
<h2>Add a Comment</h2>
|
||||||
|
|
||||||
<form name="comment" action="{{ url_for('comment.preview') }}" method="POST">
|
<form name="comment" action="{{ url_for('comment.preview') }}" method="POST">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user