mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 17:47:13 +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})
|
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 !
|
||||||
|
|||||||
Reference in New Issue
Block a user