summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/search_results.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/search_results.html')
-rw-r--r--apioforum/templates/search_results.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/apioforum/templates/search_results.html b/apioforum/templates/search_results.html
index 4d0be2f..fe016ab 100644
--- a/apioforum/templates/search_results.html
+++ b/apioforum/templates/search_results.html
@@ -16,9 +16,7 @@
</a></h3>
<div class="posts">
{% endif %}
- {% call disp_post(result, False) %}
- {{ rendered_posts[loop.index0] | safe}}
- {% endcall %}
+ {{ disp_post(result, False) }}
{% endfor %}
{% if results|length > 0 %}