Show More
@@ -24,8 +24,8 b'' | |||
|
24 | 24 | <a class="post_id" href="{% url 'thread' thread.id %}"> |
|
25 | 25 | (#{{ thread.id }})</a> |
|
26 | 26 | [{{ thread.pub_time }}] |
|
27 | [<a class="link" href="{% url 'thread' thread.id %}" | |
|
28 |
>{% trans " |
|
|
27 | [<a class="link" href="{% url 'thread' thread.id %}#form" | |
|
28 | >{% trans "Reply" %}</a>] | |
|
29 | 29 | {% autoescape off %} |
|
30 | 30 | {{ thread.text.rendered|truncatechars:300 }} |
|
31 | 31 | {% endautoescape %} |
@@ -51,7 +51,8 b'' | |||
|
51 | 51 | <hr /> |
|
52 | 52 | {% endif %} |
|
53 | 53 | |
|
54 |
<form enctype="multipart/form-data" method="post" |
|
|
54 | <form id="form" enctype="multipart/form-data" method="post" | |
|
55 | >{% csrf_token %} | |
|
55 | 56 | <div class="post-form-w"> |
|
56 | 57 | <div class="form-title">{% trans "Reply to thread" %}</div> |
|
57 | 58 | <div class="post-form"> |
General Comments 0
You need to be logged in to leave comments.
Login now