Move comments anchor up to the top of the comment page

pull/2/head
Noah 2014-04-24 19:02:11 +00:00
父节点 e2f7495add
当前提交 acbd353617
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -1,3 +1,4 @@
<a name="comments"></a>
{% if header %}
<h1>Comments</h1>
{% endif %}
@ -31,7 +32,6 @@ There {% if comments|length == 1 %}is{% else %}are{% endif %}
</div><p>
{% endfor %}
<a name="comments"></a>
<h2>Add a Comment</h2>
<form name="comment" action="{{ url_for('comment.preview') }}" method="POST">