diff options
Diffstat (limited to 'hyperkitty/templates/index.html')
-rw-r--r-- | hyperkitty/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html index 8d2fcf9..921b31e 100644 --- a/hyperkitty/templates/index.html +++ b/hyperkitty/templates/index.html @@ -59,12 +59,12 @@ {% endif %} </h1> +{% if all_lists %} <p class="hide-switches"> <label><input type="checkbox" value="inactive" /> Hide inactive</label> <label><input type="checkbox" value="private" /> Hide private</label> </p> -{% if all_lists %} <table class="lists table"> <thead> <tr> |