#571: Fixed. Display collection description with Markdown formatting.
authorTiberiu C. Turbureanu <tct@ceata.org>
Tue, 15 Jan 2013 16:03:06 +0000 (18:03 +0200)
committerTiberiu C. Turbureanu <tct@ceata.org>
Tue, 15 Jan 2013 16:03:06 +0000 (18:03 +0200)
mediagoblin/templates/mediagoblin/user_pages/collection.html

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