diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-20 01:47:21 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-20 01:47:21 +0000 |
commit | c560a0656eb5c35f001e1c9d1f4b62ba7c287965 (patch) | |
tree | fc257672b0d4301d75d852ec0f2569cc25257d52 /templates | |
parent | 9189663db5ec2a89bacb29b11a59dde025c9d983 (diff) |
changed the way names work in nat parks proj
Diffstat (limited to 'templates')
-rw-r--r-- | templates/details/national-parks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/national-parks.html b/templates/details/national-parks.html index c714144..c1144a0 100644 --- a/templates/details/national-parks.html +++ b/templates/details/national-parks.html @@ -30,7 +30,7 @@ <div class="figure"> <img src="{{object.image.url}}" alt="{{object.title}}" /> </div> - <h4>{{object.unit_name}}</h4> + <h4>{{object.name}}</h4> <div class="legend"> <h5>{{object.tag_line}}</h5> |