Pete Talling : 2016
165.1 m surveyed this year.
Other years: | 2013 | 2014 | 2015 | 2016 | 2017 | 2019
Wallet status | 2013 | 2014 | 2015 | 2016 | 2017 | 2019
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 11, 2016 | Balcony - Hilti-a-Plenty "Roundabout.svx" | Balcony | roundabout | 165.1 m | |
-- | roundabout | 165.1 m | |||
July 12, 2016 | Balkon - end of Dark Arts via Bipedal | Balkon | |||
July 16, 2016 | Tunnocks - Champagne on Ice | Tunnocks | |||
-- | Tunnocks - Champagne on Ice derig | Tunnocks | |||
July 19, 2016 | "Just Keeps Giving" and "Water Torture" (Below Hilti-a-Plenty) | UNKNOWN |
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!