diff --git a/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html b/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html index 60d07bb..4c17fe4 100644 --- a/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html +++ b/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html @@ -17,7 +17,7 @@ {% if item.url %}
  • - {% trans "Homepage" %} + {% trans "Homepage" %}
  • {% endif %} @@ -40,9 +40,9 @@ {% for series in item.series %} {% if series.slug %} - {{ series.name }} + {{ series.name }} {% else %} - {{ series.name }} + {{ series.name }} {% endif %} {{ series.volumes.count }} diff --git a/shelfzilla/themes/bootflat/templates/manga/series/detail.html b/shelfzilla/themes/bootflat/templates/manga/series/detail.html index 34de666..77d4366 100644 --- a/shelfzilla/themes/bootflat/templates/manga/series/detail.html +++ b/shelfzilla/themes/bootflat/templates/manga/series/detail.html @@ -36,9 +36,9 @@ {% for publisher in item.publishers %}
  • {% if publisher.slug %} - {{ publisher.name }} + {{ publisher.name }} {% else %} - {{ publisher.name }} + {{ publisher.name }} {% endif %}
  • {% endfor %}