diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-07 23:23:15 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-07 23:23:15 +0200 |
commit | 1e8a5bea6e50986218ecd550ce4978a967900970 (patch) | |
tree | f6cf789702ad44c368f6167364ba55c247ca776b /parsers/locations.py | |
parent | 1ba37665b5ff17c92e2fc7d3587c166ffd79af96 (diff) | |
download | troggle-1e8a5bea6e50986218ecd550ce4978a967900970.tar.gz troggle-1e8a5bea6e50986218ecd550ce4978a967900970.tar.bz2 troggle-1e8a5bea6e50986218ecd550ce4978a967900970.zip |
ent.url removed and entrance edit path simplified
Diffstat (limited to 'parsers/locations.py')
-rw-r--r-- | parsers/locations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/locations.py b/parsers/locations.py index a8ad980..6a9c658 100644 --- a/parsers/locations.py +++ b/parsers/locations.py @@ -137,7 +137,7 @@ def validate_entrance_stations(ent=None): """ nonlocal bads nonlocal good - # {% url "editentrance" ent.entrance.url_parent cave.slug ent.entrance.slug %} + # {% url "editentrance" cave.slug ent.entrance.slug %} # e.g. url = f"/1623/101/1623-101:{ent}_entrance_edit" cavelist = ent.cavelist() if len(cavelist) == 1: |