Put the trans tag in the right place.
This commit is contained in:
parent
b7206469fa
commit
f7ede646e4
@ -65,7 +65,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<h3>{% trans %}Comments{% endtrans %}</h3>
|
<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 %}
|
{% if comments %}
|
||||||
{% for comment in comments %}
|
{% for comment in comments %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user