diff --git a/templates/posting_general.html b/templates/posting_general.html --- a/templates/posting_general.html +++ b/templates/posting_general.html @@ -24,8 +24,8 @@ (#{{ thread.id }}) [{{ thread.pub_time }}] - [{% trans "View" %}] + [{% trans "Reply" %}] {% autoescape off %} {{ thread.text.rendered|truncatechars:300 }} {% endautoescape %} diff --git a/templates/thread.html b/templates/thread.html --- a/templates/thread.html +++ b/templates/thread.html @@ -51,7 +51,8 @@
{% endif %} -
{% csrf_token %} + {% csrf_token %}
{% trans "Reply to thread" %}