Alistair Morris : 1994
41.4 m surveyed this year.
Other years: | 1992 | 1993 | 1994
Wallet status | 1992 | 1993 | 1994
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 5, 1994 | 161 - Rigging entrance a | 161 | |||
July 8, 1994 | 161 - Far north | 161 | |||
July 11, 1994 | 161 - France | 161 | |||
July 17, 1994 | 161 - France | 161 | |||
July 18, 1994 | 161 - France | 161 | |||
July 22, 1994 | 161 - France | 161 | skeleton | 41.4 m | |
-- | skeleton | 41.4 m | |||
-- | skeleton | 41.4 m | |||
July 24, 1994 | 161 - Derig Far End | 161 |
Horrible convoluted bug here, but only for some survex files. Mostly, a survex block is duplicated. But not always.
e.g. see Wookey 1999 where there are one eiscream survex block on 5th August in eiscream.svx
It duplicates it. Also on 4th Aug. there is only one block, but it gets shown twice.
The interaction of django database query idioms with django HTML templating language is a bit impenetrable here.
I blame Aaron Curtis who was too fond of being clever with the Django templating system
instead or writing it in python anyone could understand.
- The template is in troggle/templates/personexpedition.html
- The code is in function personexpedition() which calls
get_person_chronology() in troggle/core/views/logbooks.py
- the connection between the two is made in the URL resolver in troggle/urls.py
To be fixed!