diff options
Diffstat (limited to 'core/views/caves.py')
-rw-r--r-- | core/views/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/caves.py b/core/views/caves.py index cec613b..66a4943 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -253,7 +253,7 @@ def entrancetags(request): continue if e.best_station(): continue - if e.findability != "S": # it says we do not have coordinates + if e.findability != "S": # it says we do not have coordinates, but it might be lying. Or coordinates may be only in Spelix. ents1623.append(e) ents1623.sort(key=entKey) |