summaryrefslogtreecommitdiffstats
path: root/core/views/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/caves.py')
-rw-r--r--core/views/caves.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/views/caves.py b/core/views/caves.py
index 82e9d64..0d69b74 100644
--- a/core/views/caves.py
+++ b/core/views/caves.py
@@ -362,8 +362,6 @@ def edit_cave(request, path="", slug=None):
if form.is_valid() and ceFormSet.is_valid():
# print(f'! POST is valid. {cave}')
cave = form.save(commit=False)
-
- cave.filename = form.cleaned_data["cave_slug"] + ".html"
cave.save()
form.save_m2m()
if slug is None: