summaryrefslogtreecommitdiffstats
path: root/core/views/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-08-04 16:11:35 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-08-04 16:11:35 +0300
commit2c74a7317d45c4f5435fbac48214e9b11d8a4200 (patch)
tree9431692319a0794e58ff6907e68721439920f33f /core/views/caves.py
parentc8430d1ff7ba2308866c134e95dde83b6d49126d (diff)
downloadtroggle-2c74a7317d45c4f5435fbac48214e9b11d8a4200.tar.gz
troggle-2c74a7317d45c4f5435fbac48214e9b11d8a4200.tar.bz2
troggle-2c74a7317d45c4f5435fbac48214e9b11d8a4200.zip
bugfix
Diffstat (limited to 'core/views/caves.py')
-rw-r--r--core/views/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/caves.py b/core/views/caves.py
index ee054d0..4408d76 100644
--- a/core/views/caves.py
+++ b/core/views/caves.py
@@ -498,7 +498,7 @@ def edit_entrance(request, path="", caveslug=None, entslug=None):
ent = read_entrance(filename, ent=entrance)
print(f"ENTRANCE from file: entranceletter = '{caveAndEntrance.entranceletter}'")
- form = EntranceForm(instance=entrance)
+ entform = EntranceForm(instance=entrance)
if entslug is None:
entletterform = EntranceLetterForm()
# print(f" Getting entletter from EntranceLetterForm")