From 87d7d8994805d1f64543c44efaac62038b0c55dd Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 1 Jan 2017 14:56:21 -0500 Subject: fixed a bug in picfull template --- design/templates/lib/img_picfull.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design/templates/lib') diff --git a/design/templates/lib/img_picfull.html b/design/templates/lib/img_picfull.html index b58b3cf..dd5137d 100644 --- a/design/templates/lib/img_picfull.html +++ b/design/templates/lib/img_picfull.html @@ -1,7 +1,7 @@ {% load get_image_by_size %} {% if caption %}
{%endif%} -{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} {% if caption %}
{{image.caption|safe}}
-- cgit v1.2.3