NarrativeWeb: Fixed crash error introduced in last commit regarding place.get_alternate_locations().
svn: r15636
This commit is contained in:
parent
e88ee37158
commit
d2d5be6919
@ -1895,7 +1895,7 @@ class BasePage(object):
|
|||||||
trow = Html("tr")
|
trow = Html("tr")
|
||||||
|
|
||||||
# begin table row
|
# begin table row
|
||||||
place_location_fields = (label, data) in [
|
place_location_fields = [
|
||||||
(STREET, location.street),
|
(STREET, location.street),
|
||||||
(CITY, location.city),
|
(CITY, location.city),
|
||||||
(PARISH, location.parish),
|
(PARISH, location.parish),
|
||||||
|
Loading…
Reference in New Issue
Block a user