diff --git a/files/templates/search.html b/files/templates/search.html index 02610f2a7..b7039a8b8 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -140,7 +140,15 @@
{% block listing_template %} - {% include "post_listing.html" %} + {% if error %} +
+
+ {{macros.ghost_box(error, '', 1)}} +
+
+ {% else %} + {% include "post_listing.html" %} + {% endif %} {% endblock %}