diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/models/caves.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 28b9d4c..a79a275 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -546,6 +546,7 @@ def GetCaveLookup(): # These might alse create more duplicate entries # Yes, this should be set in, and imported from, settings.py + # yes we should move to always using the 1623- prefix too. aliases = [ ("1987-02", "267"), ("1990-01", "171"), |