mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-04-03 09:21:48 +01:00
update comment
This commit is contained in:
parent
f23ea0ce4b
commit
d48163f167
@ -113,7 +113,7 @@ def logbookedit(request, year=None, slug=None):
|
|||||||
return render(request, "errors/generic.html", {"message": message})
|
return render(request, "errors/generic.html", {"message": message})
|
||||||
else:
|
else:
|
||||||
# validation all to be done yet..
|
# validation all to be done yet..
|
||||||
date = request.POST["date"].strip() # TODO check valid and this year
|
date = request.POST["date"].strip()
|
||||||
author = request.POST["author"].strip() # TODO check against personexpedition
|
author = request.POST["author"].strip() # TODO check against personexpedition
|
||||||
others = request.POST["others"].strip() # TODO check each against personexpedition
|
others = request.POST["others"].strip() # TODO check each against personexpedition
|
||||||
place = request.POST["place"].strip().replace('-','=') # no hyphens !
|
place = request.POST["place"].strip().replace('-','=') # no hyphens !
|
||||||
|
Loading…
x
Reference in New Issue
Block a user