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