1
0
Fork 0

Move comments anchor up to the top of the comment page

pull/2/head
Noah 2014-04-24 19:02:11 +00:00
Ursprung e2f7495add
Commit acbd353617
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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