diff --git a/core/views/cave_kataster.py b/core/views/cave_kataster.py index 13c6dc33f..b85361626 100644 --- a/core/views/cave_kataster.py +++ b/core/views/cave_kataster.py @@ -359,7 +359,7 @@ def kataster(request, slug=None): print(msg) # Restart script with POST data - script = "# Conversion script - VERY INCOMPLETE AS YET\n# When doing it by hand, it is less error-prone to do the file re-namings last,\n" + script = "# Conversion script - nearly complete\n# When doing it by hand, it is less error-prone to do the file re-namings last,\n" script += "# after the edits, but in a script it does not matter so much\n" script += "# so long as everything is consistent and tested.\n" script += "# Except that reversing changes using git does not always restore directories exactly\n# (because of .gitignore).\n\n" diff --git a/templates/cave_kataster.html b/templates/cave_kataster.html index 8c56c4f26..fd768ab69 100644 --- a/templates/cave_kataster.html +++ b/templates/cave_kataster.html @@ -69,17 +69,14 @@ This cave needs to be "katastered". If you have the new number issued by the Aus
{% if misplaced %}
1623/l/ :
{% endif %}
{{misplaced|safe}}
-If we don't edit these, things will still work, i.e. cave description images will still appear, but the names of the files no longer match the new kataster name of the cave. Fixing this - so that these files are stored together with the rest of the stuff just for that cave - could be included in in this renaming tool, but is perhaps better done as another job - which needs doing as troggle does some weird perversions to display these images. Some of these caves may never be katastered.
+