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