#571: Fixed. Display collection description with Markdown formatting.

This commit is contained in:
Tiberiu C. Turbureanu 2013-01-15 18:03:06 +02:00
parent fd61aac7c7
commit cf764377df

View File

@ -57,7 +57,9 @@
{% endif %}
<p>
{{ collection.description }}
{% autoescape False %}
{{ collection.description_html }}
{% endautoescape %}
</p>
{{ collection_gallery(request, collection_items, pagination) }}