From ab40a0422e88f68748eba15e0ee86f268f178990 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Fri, 5 Jan 2018 20:10:32 -0500 Subject: [PATCH] Hide charter members if none are available for the front page. --- main/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/templates/index.html b/main/templates/index.html index 7b51f70..dcac077 100644 --- a/main/templates/index.html +++ b/main/templates/index.html @@ -124,6 +124,7 @@
+ {% if attorneys %}
@@ -144,6 +145,7 @@
+ {% endif %}