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