X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fphoto%2Fview;h=3950ce6b5a566d2d04a59d0ee988fede5c988234;hb=7f2c0b18cfff36d5a9d0f93e9cb4102d6a931768;hp=b8a06bf6e72a19c8ed271a5eff59abcff40022fd;hpb=af01b9b60fb8342adaca76f30bc9f9209d6bc326;p=memories.git diff --git a/templates/photo/view b/templates/photo/view index b8a06bf..3950ce6 100644 --- a/templates/photo/view +++ b/templates/photo/view @@ -76,6 +76,14 @@ photo.uploader %] [% SET request.session.scale = size %] +[% IF photo.description OR photo.copyright OR photo.license %] +
+ [% photo.description | html %] + [% IF photo.copyright %]
[% photo.copyright | html %]
[% END %] + [% IF photo.license %]
[% photo.license | html %]
[% END %] +
+[% END %] + [% MACRO do_tab(tabname, label) BLOCK; %]
  • [% IF tab == tabname %]