2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 23:01:52 +00:00
This commit is contained in:
Philip Sargent 2024-07-23 16:20:56 +02:00
parent 957f78b1a3
commit 219637e215

View File

@ -340,7 +340,7 @@ def logbookedit(request, year=None, slug=None):
# This is a hack, why can we not reproduce this bug on the dev system?
if len(slug) < 7:
slug = ""
if prev_slug < 7:
if len(prev_slug) < 7:
prev_slug = ""
if not prev_slug and not slug: