From 5f67af35f019e7054b9ce6de521b3fc96f5b0dc3 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 7 Oct 2023 02:26:52 +0300 Subject: Better tag locations --- core/views/caves.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/views/caves.py') diff --git a/core/views/caves.py b/core/views/caves.py index cdac66d..5f939dc 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -432,7 +432,7 @@ def edit_cave(request, path="", slug=None): "cave": cave, "message": message, #"caveAndEntranceFormSet": ceFormSet, - "path": path + "/", + "path": path + "/", # used for saving images if attached }, ) @@ -552,7 +552,7 @@ def edit_entrance(request, path="", caveslug=None, entslug=None): "entletter": entletter, "entletterform": entletterform, # is unset if not being used "entlettereditable": entlettereditable, - "path": path + "/", + "path": path + "/", # used for saving images if attached }, ) -- cgit v1.2.3