diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-17 14:05:58 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-17 14:05:58 +0200 |
commit | 00f5ffa1b6b83dcdb0436f1f53e4516e15ed75e4 (patch) | |
tree | 36250a701b28c7fe3a55907dee3c30a03bbcee8f /templates/expedition.html | |
parent | a6ca40becd1dd655c358e41970ea65360b9191dd (diff) | |
download | troggle-00f5ffa1b6b83dcdb0436f1f53e4516e15ed75e4.tar.gz troggle-00f5ffa1b6b83dcdb0436f1f53e4516e15ed75e4.tar.bz2 troggle-00f5ffa1b6b83dcdb0436f1f53e4516e15ed75e4.zip |
re-order names
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 %} |