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 " |
|
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" |
|
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