diff options
author | ubq323 <ubq323> | 2021-06-20 21:49:17 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-20 21:49:17 +0000 |
commit | fdbbda97f604e9fca9cd490e0227313130b75f28 (patch) | |
tree | 2616dc3493d1dd4a49b1897f077755a8a0f4989f /apioforum/templates/view_thread.html | |
parent | 0f87c795e31c88695a3e9ac2fff91d2b73a45233 (diff) |
merge this big refactor so we don't get merge conflicts later
Diffstat (limited to 'apioforum/templates/view_thread.html')
-rw-r--r-- | apioforum/templates/view_thread.html | 4 |
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 %} |