2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

update comment

This commit is contained in:
Philip Sargent 2023-08-30 21:17:25 +03:00
parent f23ea0ce4b
commit d48163f167

View File

@ -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 !