mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00: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})
|
||||
else:
|
||||
# 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
|
||||
others = request.POST["others"].strip() # TODO check each against personexpedition
|
||||
place = request.POST["place"].strip().replace('-','=') # no hyphens !
|
||||
|
Loading…
Reference in New Issue
Block a user