mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 19:17:08 +00:00
update comment
This commit is contained in:
@@ -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 !
|
||||
|
||||
Reference in New Issue
Block a user