NarrativeWeb: Fixed crash error introduced in last commit regarding place.get_alternate_locations().

svn: r15636
This commit is contained in:
Rob G. Healey 2010-07-14 22:08:07 +00:00
parent e88ee37158
commit d2d5be6919

View File

@ -1895,7 +1895,7 @@ class BasePage(object):
trow = Html("tr")
# begin table row
place_location_fields = (label, data) in [
place_location_fields = [
(STREET, location.street),
(CITY, location.city),
(PARISH, location.parish),