##// END OF EJS Templates
#32 Changed "view" link to "reply". The thread can be opened at the top by clicking its id.
neko259 -
r45:97bf814e default
parent child Browse files
Show More
@@ -24,8 +24,8 b''
24 <a class="post_id" href="{% url 'thread' thread.id %}">
24 <a class="post_id" href="{% url 'thread' thread.id %}">
25 (#{{ thread.id }})</a>
25 (#{{ thread.id }})</a>
26 [{{ thread.pub_time }}]
26 [{{ thread.pub_time }}]
27 [<a class="link" href="{% url 'thread' thread.id %}"
27 [<a class="link" href="{% url 'thread' thread.id %}#form"
28 >{% trans "View" %}</a>]
28 >{% trans "Reply" %}</a>]
29 {% autoescape off %}
29 {% autoescape off %}
30 {{ thread.text.rendered|truncatechars:300 }}
30 {{ thread.text.rendered|truncatechars:300 }}
31 {% endautoescape %}
31 {% endautoescape %}
@@ -51,7 +51,8 b''
51 <hr />
51 <hr />
52 {% endif %}
52 {% endif %}
53
53
54 <form enctype="multipart/form-data" method="post">{% csrf_token %}
54 <form id="form" enctype="multipart/form-data" method="post"
55 >{% csrf_token %}
55 <div class="post-form-w">
56 <div class="post-form-w">
56 <div class="form-title">{% trans "Reply to thread" %}</div>
57 <div class="form-title">{% trans "Reply to thread" %}</div>
57 <div class="post-form">
58 <div class="post-form">
General Comments 0
You need to be logged in to leave comments. Login now