diff options
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 %} |