9297: Narrated Web Site Report: places page is no longer sorted alphabetically

This commit is contained in:
SNoiraud 2016-03-08 09:44:21 +01:00
parent d8c9ace62e
commit 25018d68e3

View File

@ -3440,7 +3440,7 @@ class PlacePages(BasePage):
tbody = Html("tbody")
table += tbody
for place_handle_key in sorted(handle_list):
for place_handle_key in handle_list:
event = self.report.obj_dict[Place][place_handle_key][3]
place = self.dbase_.get_place_from_handle(place_handle_key)
if place: