summaryrefslogtreecommitdiff
path: root/design/templates/details
diff options
context:
space:
mode:
authorlxf <lxf@d1stkfactory>2014-05-29 14:22:46 +0000
committerlxf <lxf@d1stkfactory>2014-05-29 14:22:46 +0000
commit64b86549829c7b2987707a13e92fa43e3834de97 (patch)
treeab9cccba12e02714c1e29850af0d626b51474b17 /design/templates/details
parentd6379dbc06393d286eedfd19c842f824100f2968 (diff)
bugs fixes and changed image urls to use https
Diffstat (limited to 'design/templates/details')
-rw-r--r--design/templates/details/national-parks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/national-parks.html b/design/templates/details/national-parks.html
index 13b9486..e05bd12 100644
--- a/design/templates/details/national-parks.html
+++ b/design/templates/details/national-parks.html
@@ -23,7 +23,7 @@
<article id="park-{{forloop.counter}}" class="park">
<h1>{{object.name}}</h1>
<div class="figure">
- <img src="{{object.image.url}}" alt="{{object.name}}" width="{{object.image_width}}" height="{{object.image_height}}" />
+ <img src="{{object.get_image_url}}" alt="{{object.name}}" width="{{object.image_width}}" height="{{object.image_height}}" />
</div>
<div class="legend">
<h2>{{object.tag_line}}</h2>