diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2019-03-06 23:20:34 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2019-03-06 23:20:34 +0000 |
commit | 9fc80bed35a03295fad492601f802cab830144ae (patch) | |
tree | 0be95a5e56fe69e403c934151d90a301c92ddf0e /templates/expedition.html | |
parent | 59f8647e0faaa37cc250db7dd2670fd7e0c4db5b (diff) | |
download | troggle-9fc80bed35a03295fad492601f802cab830144ae.tar.gz troggle-9fc80bed35a03295fad492601f802cab830144ae.tar.bz2 troggle-9fc80bed35a03295fad492601f802cab830144ae.zip |
Make the logbook parser a little more sane
Move the parser to expo mapping to settings
Set a default parser
Iterate over the expo years rather than the mapping list!
Diffstat (limited to 'templates/expedition.html')
-rw-r--r-- | templates/expedition.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/expedition.html b/templates/expedition.html index 548dc4f..318e07d 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -47,7 +47,7 @@ an "S" for a survey trip. The colours are the same for people on the same trip. {% if persondayactivities.persontrips or persondayactivities.survexblocks %} <td class="persondayactivity"> {% for persontrip in persondayactivities.persontrips %} - <a href="{{persontrip.logbook_entry.get_absolute_url}}" class="dayindexlog-{{persontrip.logbook_entry.DayIndex}}">T</a> + <a href="{{persontrip.logbook_entry.get_absolute_url}}" class="dayindexlog-1">T</a> {% endfor %} <br/> {% for survexblock in persondayactivities.survexblocks %} |