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