summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/view_thread.html
diff options
context:
space:
mode:
authorcitrons <citrons>2021-06-20 06:42:51 +0000
committercitrons <citrons>2021-06-20 06:42:51 +0000
commitb1780ca83b786eea64e8bc15b89284509485d0e4 (patch)
treed3f8d032c4fb7e7deafedd5ea0400c6a72f47dd2 /apioforum/templates/view_thread.html
parent47b68768d6b13c93bc6f4544754427daa696f9d7 (diff)
refactoring and UI improvement
Diffstat (limited to 'apioforum/templates/view_thread.html')
-rw-r--r--apioforum/templates/view_thread.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html
index abd6aaa..fb62880 100644
--- a/apioforum/templates/view_thread.html
+++ b/apioforum/templates/view_thread.html
@@ -21,9 +21,7 @@
<div class="posts">
{% for post in posts %}
- {% call disp_post(post, True) %}
- {{ rendered_posts[loop.index0] | safe}}
- {% endcall %}
+ {{ disp_post(post, True) }}
{% endfor %}
</div>
{% if g.user %}