From 9583c7d21bd01f4b838a7281710952d3812223fe Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 13 Mar 2024 17:36:41 +0000 Subject: Make some improvements to the collections list template --- gn2/wqflask/templates/collections/list.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gn2/wqflask/templates/collections/list.html') diff --git a/gn2/wqflask/templates/collections/list.html b/gn2/wqflask/templates/collections/list.html index c553717f..c3d5d2a4 100644 --- a/gn2/wqflask/templates/collections/list.html +++ b/gn2/wqflask/templates/collections/list.html @@ -5,6 +5,7 @@ + {% endblock %} {% block content %} @@ -17,7 +18,7 @@

Your Collections

{% endif %} -
+
@@ -31,7 +32,7 @@

-
+
{%if anon_collections_error is defined%} {{display_error("Anonymous Collections", anon_collections_error)}} {%endif%} @@ -65,7 +66,7 @@ {%endif%} {% if collections|length > 0 %} - {% if (anon_collections | length > 0) and (collections | length > 0) %} + {% if (anon_collections | length > 0) and (collections | length > 0) %}
{%endif%} @@ -94,7 +95,8 @@ {% endfor %}
- {% else %} + {% endif %} + {% if (anon_collections | length < 1) and (collections | length < 1) %} You have no collections yet. {% endif %}
-- cgit v1.2.3