From 8f565f32861f14ef6cef2063c5880b8847c0ace0 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 27 Aug 2014 01:48:21 +0000 Subject: [PATCH] Format album description like a photo description --- rophako/modules/photo/templates/photos/album.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rophako/modules/photo/templates/photos/album.html b/rophako/modules/photo/templates/photos/album.html index 310121c..d06e429 100644 --- a/rophako/modules/photo/templates/photos/album.html +++ b/rophako/modules/photo/templates/photos/album.html @@ -5,7 +5,7 @@

Album: {{ album }}

{% if markdown %} - {{ markdown|safe }}

+

{{ markdown|safe }}

{% endif %} {% if album_info["format"] == "vertical" %} @@ -58,4 +58,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}