From c80ff2e709f974c49eb346e274e6d48fec3763b6 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 10 Jul 2020 23:18:40 +0100 Subject: [PATCH] Fix empty view in thread lists --- app/templates/macros/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index eeb28ccb..5c3421ad 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -101,6 +101,6 @@ {% endif %} {% else %} -

{% if list_group %}class="list-group-item"{% endif %}>No threads found

+

No threads found

{% endfor %} {% endmacro %}