Annual Summary: Fix link to book with highest page count

This commit is contained in:
Joachim 2022-01-09 12:18:18 +01:00
parent 3048311a5e
commit 278ce88b82

View file

@ -168,7 +168,7 @@
<div class="column is-3">
{% trans "…and the longest" %}
<p class="title is-4 is-serif is-italic">
<a href="{{ book_pages_lowest.local_path }}" class="has-text-success-dark">
<a href="{{ book_pages_highest.local_path }}" class="has-text-success-dark">
{{ book_pages_highest.title }}
</a>
</p>