diff --git a/files/templates/search_comments.html b/files/templates/search_comments.html index 4aa1e1af2..75b7ef87a 100644 --- a/files/templates/search_comments.html +++ b/files/templates/search_comments.html @@ -1,11 +1,23 @@ {% extends "search.html" %} {% block listing_template %} -
- {% with comments=comments %} - {% include "comments.html" %} - {% endwith %} -
+
+ {% include "comments.html" %} +
+ + {% if error %} +
+
+
+ + + + +

{{error}}

+
+
+
+ {% endif %} {% endblock %} {% block listinglength %}