diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-24 21:55:46 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-24 21:55:46 +0200 |
commit | 9166b6ed74808d733314c1f7f021805894bc90f9 (patch) | |
tree | 21618740e13e980440747fb02e1a6546361e6460 /templates/logbookentry.html | |
parent | 245486666c6f3b9006ca799a49534b95be048a8d (diff) | |
download | troggle-9166b6ed74808d733314c1f7f021805894bc90f9.tar.gz troggle-9166b6ed74808d733314c1f7f021805894bc90f9.tar.bz2 troggle-9166b6ed74808d733314c1f7f021805894bc90f9.zip |
fix year menu, fix name display, fix no of entries
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index a3681b8..1a0f198 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -43,7 +43,7 @@ th, td { {% else %} <td> {% endif %} - <a href="{{ personlogentry.personexpedition.get_absolute_url }}">{{personlogentry.nickname_used}} ({{personlogentry.personexpedition.person}})</a> + <a href="{{ personlogentry.personexpedition.get_absolute_url }}" title="{{personlogentry.personexpedition.person}}">{{personlogentry.nickname_used}} </a> </td> <td> |