diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 3d1a49e..657268c 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -10,6 +10,7 @@

Edit this entry. + diff --git a/templates/logbookform.html b/templates/logbookform.html index da90dc7..11550d5 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -92,7 +92,8 @@


{% if date %}

Link to this entry   {% endif %} - Full logbook for this year: Logbook {{year}} + Full logbook: Logbook {{year}} +    {{year}} Logbook report diff --git a/templates/logreport.html b/templates/logreport.html index a8df633..a131146 100644 --- a/templates/logreport.html +++ b/templates/logreport.html @@ -20,7 +20,7 @@ - + {% regroup dateditems|dictsort:"date" by date as dates %} {% for date in dates %} {% for entry in date.list %} @@ -39,6 +39,9 @@ +
DateLogged trips and diary entriesCaveText..AuthorWho else
DateLogged trips and diary entriesCaveText..WordsAuthorWho else
{{entry.text|striptags|safe|truncatechars:30}}  +
{{entry.text|wordcount}}
+
{{entry.author.nickname_used}}