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