Show collection description if set

master
Felix Stupp 2 years ago
parent 41e23f33a0
commit cce84e5ac4
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -81,6 +81,9 @@
</li>
{% endif %}
</ul>
{% if collection.description != None %}
<div class="description">{{ collection.description }}</div>
{% endif %}
<h2>Notes</h2>
<pre>{{ collection.notes or "" }}</pre>
<h2>Links</h2>

Loading…
Cancel
Save