Show More
@@ -25,7 +25,7 b'' | |||||
25 | [{{ thread.pub_time }}] |
|
25 | [{{ thread.pub_time }}] | |
26 | [<a class="link" href="{% url 'thread' thread.id %}" |
|
26 | [<a class="link" href="{% url 'thread' thread.id %}" | |
27 | >{% trans "View" %}</a>] |
|
27 | >{% trans "View" %}</a>] | |
28 | {{ thread.get_parsed_text|markdown|truncatechars:300 }} |
|
28 | {{ thread.get_parsed_text|markdown:"safe"|truncatechars:300 }} | |
29 | </div> |
|
29 | </div> | |
30 | <div class="metadata"> |
|
30 | <div class="metadata"> | |
31 | {{ thread.get_reply_count }} {% trans 'replies' %}, |
|
31 | {{ thread.get_reply_count }} {% trans 'replies' %}, |
General Comments 0
You need to be logged in to leave comments.
Login now