diff options
Diffstat (limited to 'templates/logreport.html')
-rw-r--r-- | templates/logreport.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/logreport.html b/templates/logreport.html index a131146..b76b979 100644 --- a/templates/logreport.html +++ b/templates/logreport.html @@ -18,6 +18,7 @@ {% endfor %} </p> +<p>(Hover mouse over the date to see the slug for the entry.) <table class="expeditionlogbooks"> <tr><th>Date</th><th>Logged trips and diary entries</th><th>Cave</th><th>Text..</th><th>Words</th><th>Author</th><th>Who else</th></tr> @@ -25,7 +26,7 @@ {% for date in dates %} {% for entry in date.list %} <tr> - <td>{{date.grouper|date:"D d M Y"}}</td> + <td title="{{entry.slug}}">{{date.grouper|date:"D d M Y"}}</td> <td> <a href="{{ entry.get_absolute_url }}">{{entry.title|truncatechars:30|safe|striptags}}</a> </td> @@ -58,7 +59,7 @@ {% endfor %} </table> -<p>See also the +<p>See also: <ul> <li> <a href="/expedition/{{expedition.year}}">full calendar page</a> for this Expo (slow page) <li> <a href="/years/{{expedition.year}}/">documentation index</a> for this Expo |