Put the trans tag in the right place.

This commit is contained in:
Aaron Williamson 2011-10-14 19:33:48 -04:00
parent b7206469fa
commit f7ede646e4

View File

@ -65,7 +65,7 @@
<br />
<h3>{% trans %}Comments{% endtrans %}</h3>
<p>{% trans %}<a href="#comment_form">Post a comment</a>{% endtrans %}</p>
<p><a href="#comment_form">{% trans %}Post a comment{% endtrans %}</a></p>
{% if comments %}
{% for comment in comments %}