diff --git a/core/views/editor_helpers.py b/core/views/editor_helpers.py index f6369f9..01e526b 100644 --- a/core/views/editor_helpers.py +++ b/core/views/editor_helpers.py @@ -149,7 +149,7 @@ def new_image_form(request, path): thumbnail.save(tb, format="jpeg", quality = 70) image_rel_path, thumb_rel_path, desc_rel_path = form.get_rel_paths() print(f"new_image_form(): \n {image_rel_path=}\n {thumb_rel_path=}\n {desc_rel_path=}") - image_page_template = loader.get_template("image_page_template.html") # this is the .html file in the /l/ folder + image_page_template = loader.get_template("image_page_template.html") image_page = image_page_template.render( { "header": form.cleaned_data["header"], diff --git a/templates/cave_fix.html b/templates/cave_fix.html index 41b21f7..ec4b021 100644 --- a/templates/cave_fix.html +++ b/templates/cave_fix.html @@ -9,6 +9,11 @@
This is in contrast to the katastering tool which is used regularly: whenever a cave with a discovery unofficial name gets an official kataster number. +
+In the past we have reformatted the URLs and filenames for caves which were incompletely katastered, and for caves where for several months the images in the cave descriptions were put in the worng place by unfinished software. In the future we expect to have to tidy up the incoherent QMs system, move non-cave "guidebook" material out of the /1623/ directory tree, extract EXIF GPS data from photos and a lot more. Making the logbook entries have properly persistent internal IDs would also be a good thing. +