1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-10 10:18:05 +00:00

series_index filter to show x.0 as x

This commit is contained in:
Michael Knepher
2020-06-29 23:34:26 -07:00
parent 67dd4a72b0
commit 7e0d9fbace
7 changed files with 15 additions and 8 deletions

View File

@@ -81,7 +81,7 @@
<a href="{{url_for('web.books_list', data='series', sort='new', book_id=entry.series[0].id )}}">
{{entry.series[0].name}}
</a>
({{entry.series_index}})
({{entry.series_index|formatseriesindex}})
</p>
{% endif %}