mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
bug
This commit is contained in:
parent
957f78b1a3
commit
219637e215
@ -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?
|
# This is a hack, why can we not reproduce this bug on the dev system?
|
||||||
if len(slug) < 7:
|
if len(slug) < 7:
|
||||||
slug = ""
|
slug = ""
|
||||||
if prev_slug < 7:
|
if len(prev_slug) < 7:
|
||||||
prev_slug = ""
|
prev_slug = ""
|
||||||
|
|
||||||
if not prev_slug and not slug:
|
if not prev_slug and not slug:
|
||||||
|
Loading…
Reference in New Issue
Block a user