diff options
Diffstat (limited to 'templates/image_page_template.html')
-rw-r--r-- | templates/image_page_template.html | 2 |
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 © {{ photographer }}{% if year %}, {{ year }}{% endif %}</p> |