From 38c81c4c3f19c45bafc9133a5d0432b7fad69033 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 2 Jun 2020 21:39:41 -0700 Subject: [PATCH] Hide feed management when there are no items --- inquisitor/templates/feed.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inquisitor/templates/feed.html b/inquisitor/templates/feed.html index 9a845ed..ac8fdc1 100644 --- a/inquisitor/templates/feed.html +++ b/inquisitor/templates/feed.html @@ -108,6 +108,7 @@ {% endif %} {% endfor %} + {% if items %}
Feed Management @@ -116,6 +117,7 @@
+ {% endif %} {% else %}
Feed is empty