From 06c2c36fd82610b4f9e674cdb970a0128b0fa3fd Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Wed, 2 Apr 2014 15:59:00 +0200 Subject: [PATCH] Fixed some pjax links --- .../themes/bootflat/templates/manga/publishers/detail.html | 6 +++--- .../themes/bootflat/templates/manga/series/detail.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 %}