mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 10:07:36 +00:00
checking wallets earlier int he process
This commit is contained in:
@@ -405,6 +405,7 @@ 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)
|
||||
print(cave)
|
||||
if not cave.filename:
|
||||
cave.filename = cave.areacode + "-" + cave.number() + ".html"
|
||||
if not cave.url:
|
||||
|
||||
Reference in New Issue
Block a user