# HG changeset patch # User neko259 # Date 2013-05-23 18:04:31 # Node ID 97bf814ea09c3a770751f879dbc0e2c40f70005e # Parent eb946f49738e6b2eace2429ecd14a4833d1d8d51 #32 Changed "view" link to "reply". The thread can be opened at the top by clicking its id. 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" %}