diff options
-rw-r--r-- | templates/web/base/report/photo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/photo.html b/templates/web/base/report/photo.html index 52e6ed64a..aa82baef6 100644 --- a/templates/web/base/report/photo.html +++ b/templates/web/base/report/photo.html @@ -4,8 +4,8 @@ [% END %] [% FOR photo IN object.photos %] <div class="update-img"> - <a href="[% c.cobrand.base_url %][% photo.url_full %]" rel="fancy"> - <img alt="Photo of this report" src="[% c.cobrand.base_url %][% photo.url %]"> + <a href="[% photo.url_full %]" rel="fancy"> + <img alt="Photo of this report" src="[% photo.url %]"> <span>zoom</span></a> </div> [% END %] |