X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/bcd038fcea6b45b29ff3831b31f758dcec6b4157..71209be8f9c399340bddb819f71e99ecf116187b:/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 31e67a8c1..ed06c94a8 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -8,11 +8,11 @@ {% block body %} {% if did_you_mean %} - {% trans "Dod you mean" %} {{did_you_mean|lower}}? + {% trans "Did you mean" %} {{did_you_mean|lower}}? {% 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 %} @@ -48,7 +48,6 @@ {% endif %} {% if results.content %} - {% for result in results.content %}

      {% trans "Results in text" %}

      @@ -56,18 +55,16 @@
        - {% for result in results.title %} -
      1. + {% for result in results.content %} +
      2. {% book_searched result %}
      3. {% endfor %}
      - {% endfor %} {% endif %} {% if results.other %} - {% for result in results.other %}

      {% trans "Other results" %}

      @@ -76,15 +73,14 @@
        {% for result in results.other %} -
      1. +
      2. {% book_searched result %}
      3. {% endfor %}
      - {% endfor %} {% endif %} - + {% endspaceless %}