summaryrefslogtreecommitdiffstats
path: root/core/views/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-10-07 02:26:52 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-10-07 02:26:52 +0300
commit5f67af35f019e7054b9ce6de521b3fc96f5b0dc3 (patch)
treeb3ddad71a528cfb5ff07d8617e09bad4455d16c3 /core/views/caves.py
parentc3642f1ae434e8d1e5e7442670f936c4004bec98 (diff)
downloadtroggle-5f67af35f019e7054b9ce6de521b3fc96f5b0dc3.tar.gz
troggle-5f67af35f019e7054b9ce6de521b3fc96f5b0dc3.tar.bz2
troggle-5f67af35f019e7054b9ce6de521b3fc96f5b0dc3.zip
Better tag locations
Diffstat (limited to 'core/views/caves.py')
-rw-r--r--core/views/caves.py4
1 files changed, 2 insertions, 2 deletions
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
},
)