mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
parent
bcfd4d2efa
commit
1778c56be0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
<meta itemprop="volumeNumber" content="{{ book.series_number }}">
|
<meta itemprop="volumeNumber" content="{{ book.series_number }}">
|
||||||
|
|
||||||
{% if book.authors.exists %}
|
{% if book.authors.exists %}
|
||||||
<a href="{% url 'book-series-by' book.authors.first.id %}?series_name={{ book.series }}">
|
<a href="{% url 'book-series-by' book.authors.first.id %}?series_name={{ book.series | urlencode }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ book.series }}{% if book.series_number %} #{{ book.series_number }}{% endif %}
|
{{ book.series }}{% if book.series_number %} #{{ book.series_number }}{% endif %}
|
||||||
{% if book.authors.exists %}
|
{% if book.authors.exists %}
|
||||||
|
|
Loading…
Reference in a new issue