From 2b5d3ecb0123d5420788fc597ee93d1bb04654a2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 25 Jul 2025 11:32:16 +0200 Subject: [PATCH] fixed out of date comment --- core/views/editor_helpers.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/views/editor_helpers.py b/core/views/editor_helpers.py index cfa0fca..43ec217 100644 --- a/core/views/editor_helpers.py +++ b/core/views/editor_helpers.py @@ -38,10 +38,9 @@ THUMBNAIL_HEIGHT = 200 It uses a lot of opinionated Django default magic, none of which I am familiar with. Philip -The function image_selector() is only called from a template file doing a popup input form, -but it stores files directly in expoweb/i /l /t instead of in +The function image_selector() stores files in, e.g. /expoweb/1623/2018-MS-01/i , /l, /t -so ALL new caves have photos in the smae place, which makes the default upload EXTREMELY CONFUSING +so each cave has it's own set of /i /l and /t subfolders. """ def get_dir(path):