forked from expo/troggle
Fix
This commit is contained in:
parent
79562d8e6d
commit
5ade60e0cf
@ -196,7 +196,7 @@ def newLogbookEntry(request, expeditionyear, pdate = None, pslug = None):
|
||||
print logbookparsers.parseAutoLogBookEntry(filename)
|
||||
return HttpResponseRedirect(reverse('expedition', args=[expedition.year])) # Redirect after POST
|
||||
else:
|
||||
if slug and date:
|
||||
if pslug and date:
|
||||
if lbe.cave:
|
||||
tripForm = TripForm(date = previousdate,
|
||||
title = previouslbe.title,
|
||||
|
Loading…
Reference in New Issue
Block a user