From cce84e5ac457750b2bfc9802ac7f39bbcc7c7aac Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 6 Nov 2022 11:19:39 +0100 Subject: [PATCH] Show collection description if set --- server/templates/collection_element.htm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index ef3a50e..c6a9565 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -81,6 +81,9 @@ {% endif %} + {% if collection.description != None %} +
{{ collection.description }}
+ {% endif %}

Notes

{{ collection.notes or "" }}

Links