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 0aa8d8c..33dcf91 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -44,7 +44,7 @@ an "<b>S</b>" for a survey trip. The colours of the "<b>T</b>" and "<b>S</b>" a </th> {% endfor %} </tr> -{% for personexpoday in personexpodays %} +{% for personexpoday in personexpodays|dictsort:"sortname" %} <tr> <td><a href="{{ personexpoday.personexpedition.get_absolute_url }}">{{personexpoday.personexpedition.person.fullname|safe}}</a></td> {% for activities in personexpoday.personrow %} |