Move comments anchor up to the top of the comment page

pull/2/head
Noah 2014-04-24 19:02:11 +00:00
parent e2f7495add
commit acbd353617
1 changed files with 1 additions and 1 deletions

View File

@ -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">