diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-11 21:15:25 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-11 21:15:25 +0000 |
commit | 3a3e5765f921d30a10ca3eff3db616fb4b0d58fe (patch) | |
tree | a3109ca6aa7674fffbdf746144faf4e0dc47a0e4 /templates | |
parent | d05b6b9b5fe8987a681ab80f408c66636731c31c (diff) | |
download | troggle-3a3e5765f921d30a10ca3eff3db616fb4b0d58fe.tar.gz troggle-3a3e5765f921d30a10ca3eff3db616fb4b0d58fe.tar.bz2 troggle-3a3e5765f921d30a10ca3eff3db616fb4b0d58fe.zip |
now including direction of vview of the photo
Diffstat (limited to 'templates')
-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> |