2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 05:55:06 +00:00

url dispatcher tidying

This commit is contained in:
Philip Sargent
2021-04-11 03:02:06 +01:00
parent 5d4ad93c51
commit 7f5ac93cc6
3 changed files with 31 additions and 31 deletions

View File

@@ -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 = { }