#571: Fixed. Display collection description with Markdown formatting.
This commit is contained in:
@@ -57,7 +57,9 @@
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
{{ collection.description }}
|
||||
{% autoescape False %}
|
||||
{{ collection.description_html }}
|
||||
{% endautoescape %}
|
||||
</p>
|
||||
|
||||
{{ collection_gallery(request, collection_items, pagination) }}
|
||||
|
||||
Reference in New Issue
Block a user