summaryrefslogtreecommitdiffstats
path: root/templates/image_page_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/image_page_template.html')
-rw-r--r--templates/image_page_template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/image_page_template.html b/templates/image_page_template.html
index c1bd52b..d0fc4b2 100644
--- a/templates/image_page_template.html
+++ b/templates/image_page_template.html
@@ -13,7 +13,7 @@
<div class="centre"><img alt="" src="{{ filepath }}" />
</div>
-<p>{{ description }}</p>
+<p>{{ description|safe }}</p>
{% if photographer %}
<p class="caption">Photo &copy; {{ photographer }}{% if year %}, {{ year }}{% endif %}</p>