summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-11 03:02:06 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-11 03:02:06 +0100
commit7f5ac93cc6b8875d809438debca14ac827a51f1a (patch)
treea1a3f3f42100a040c594fb7d88c461e734f344cb /core
parent5d4ad93c5113a7895e98556f741714e2652f05b9 (diff)
downloadtroggle-7f5ac93cc6b8875d809438debca14ac827a51f1a.tar.gz
troggle-7f5ac93cc6b8875d809438debca14ac827a51f1a.tar.bz2
troggle-7f5ac93cc6b8875d809438debca14ac827a51f1a.zip
url dispatcher tidying
Diffstat (limited to 'core')
-rw-r--r--core/views/logbooks.py2
1 files changed, 1 insertions, 1 deletions
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 = { }