diff options
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index aa6c82b..8cd658c 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -626,6 +626,7 @@ def GetCaveLookup(): checkcaveid(cave,slug) # These might alse create more duplicate entries + # Yes, this should be set in, and imported from, settings.py aliases =[ ("1987-02", "267"), ("1990-01", "171"), @@ -748,8 +749,8 @@ def GetCaveLookup(): ("homecoming", "2018-dm-07"), ("heimkommen", "2018-dm-07"), + ("Heimkehr", "2018-dm-07"), ("99ob02", "1999-ob-02"), - ("1626-354", "354"), ] for i in aliases: |