X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0e33e24cf53aa1b65e08bcabcc674529d09741a..70e2bb823a0c5792580a7ad60bef9d3f33978439:/wolnelektury/templates/catalogue/search_multiple_hits.html diff --git a/wolnelektury/templates/catalogue/search_multiple_hits.html b/wolnelektury/templates/catalogue/search_multiple_hits.html index a3c725837..6739645cc 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -12,7 +12,7 @@ {% endif %} - + {% spaceless %} {% if results.author %}
@@ -22,7 +22,7 @@
    {% for author in results.author %} -
  1. +
  2. {% book_short author.book %}
  3. {% endfor %} @@ -39,7 +39,7 @@
      {% for result in results.title %} -
    1. +
    2. {% book_short result.book %}
    3. {% endfor %} @@ -56,7 +56,7 @@
        {% for result in results.content %} -
      1. +
      2. {% book_searched result %}
      3. {% endfor %} @@ -73,14 +73,14 @@
          {% for result in results.other %} -
        1. +
        2. {% book_searched result %}
        3. {% endfor %}
        {% endif %} - + {% endspaceless %}