From 22c27dbd88e5525c02b7d2293386b740cb5771da Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 22 Jul 2019 21:33:09 +0200 Subject: [PATCH] Hide lists action when there's no lists --- templates/following.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/following.html b/templates/following.html index 16c713f..fff0d8d 100644 --- a/templates/following.html +++ b/templates/following.html @@ -17,6 +17,8 @@ + +{% if lists %}
@@ -31,6 +33,7 @@
+{% endif %} {% for l in lists %} {% if follow.id in l.members %}