From 802b9aba9c6bd01d96fab07284a20529dcfcb603 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 29 Dec 2021 09:10:36 +0200 Subject: [PATCH] fsd --- files/templates/search_comments.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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 %}