From 7f5ac93cc6b8875d809438debca14ac827a51f1a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 11 Apr 2021 03:02:06 +0100 Subject: url dispatcher tidying --- core/views/logbooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/logbooks.py') diff --git a/core/views/logbooks.py b/core/views/logbooks.py index 4abb205..dcdb6f4 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -136,7 +136,7 @@ def person(request, first_name='', last_name='', ): def GetPersonChronology(personexpedition): - '''Horrible bug here whern ther eis more than one survex block per day, it duplicates the entry but gets it wrong + '''Horrible bug here whern there is more than one survex block per day, it duplicates the entry but gets it wrong Fortunately this is just the display on this page which is wroing, no bad calculations get into the database. ''' res = { } -- cgit v1.2.3