diff options
-rw-r--r-- | core/utils.py | 2 | ||||
-rw-r--r-- | templates/controlPanel.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py index 40483e3..77aba9d 100644 --- a/core/utils.py +++ b/core/utils.py @@ -172,7 +172,7 @@ def parse_aliases(aliasfile): print(message) continue - print(f"{key} => {target}") + # print(f"{key} => {target}") aliases.append((key,target)) except: message = f' ** Cannot open {filepath} for text file reading even though it is a file.' diff --git a/templates/controlPanel.html b/templates/controlPanel.html index c840b35..39d9bef 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -22,6 +22,7 @@ <h3>Administration Utilities</h3> <ul> <li><a href="/pathsreport">Folder paths used</a> -folders settings used by this troggle installation +<li><a href="/cave_data/cavealiases.txt_edit">Edit cave aliases</a> -edit historical cave aliases to current names <li><a href="/aliases/2023">Expoer name aliases</a> -short names recognised by troggle <li><a href="/dataissues">Data Issues on Imports</a> - warnings and errors from the recent data import <li><a href="/survexfilewild/2023">Wild survex files</a> - survex files containing blocks with no related wallet |