From 9b5796fe87af736e82367e06f4ac22bfb88f4d82 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 28 Oct 2019 11:37:04 -0500 Subject: Now defaults to last used collection and hides the Select Collection field when there are no existing collections --- wqflask/wqflask/templates/collections/add.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wqflask/wqflask/templates/collections/add.html b/wqflask/wqflask/templates/collections/add.html index 37cabdbd..aa5deccb 100644 --- a/wqflask/wqflask/templates/collections/add.html +++ b/wqflask/wqflask/templates/collections/add.html @@ -23,21 +23,27 @@ {% endif %} + {% if collections|length > 0 %}
2. Add to an existing collection

+ {% endif %} -- cgit v1.2.3