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:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user