Skip to content
Snippets Groups Projects
Commit 5bf139f4 authored by Martin Mareš's avatar Martin Mareš
Browse files

Školy: TODO o nespárovatelné staré škole také ukazuje URL

parent 61f2f93b
Branches
No related tags found
No related merge requests found
......@@ -409,6 +409,7 @@ def plan_actions() -> List[Action]:
elif old and (not new or old.address < new.address):
assert old.school
print(f'TODO: Starou školu #{old.school.place_id} (RED IZO {red_izo}) nedokáži spárovat s novou')
print(f'\t# URL: {school_url(old.school.place_id)}')
if old.school.place.note:
print(f'\t# NOTE: {old.school.place.note}')
for field in fields:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment