diff options
Diffstat (limited to 'design/templates/details')
-rw-r--r-- | design/templates/details/national-parks.html | 2 |
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> |