From 1d64a76465ff6b986c2dcefd573dbac6d6d08aad Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 4 Oct 2021 15:42:24 -0400 Subject: [PATCH] feat: add message if no active listings --- templates/listings.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/listings.html b/templates/listings.html index 6b08f71..56a2f4b 100644 --- a/templates/listings.html +++ b/templates/listings.html @@ -16,6 +16,10 @@ Remote Party Finder + {%- if containers.is_empty() %} +
+ No listings - download the plugin to help contribute! + {%- endif %}
{%- for container in containers %} {%- let listing = container.listing.borrow() %}