Fixed the place detail missing because if place.main_loc in dump_places() was indented one too far.
svn: r15111
This commit is contained in:
parent
26fa02bbf5
commit
491f0d3180
@ -1660,7 +1660,9 @@ class BasePage(object):
|
|||||||
return hyper
|
return hyper
|
||||||
|
|
||||||
def dump_place(self, place, table, gid):
|
def dump_place(self, place, table, gid):
|
||||||
""" dump a place from the database """
|
"""
|
||||||
|
dump a place's information from within the database
|
||||||
|
"""
|
||||||
|
|
||||||
if not self.noid and gid:
|
if not self.noid and gid:
|
||||||
trow = Html("tr") + (
|
trow = Html("tr") + (
|
||||||
|
Loading…
Reference in New Issue
Block a user