X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/5873d938a0bb68d6116e843e5e8c20d5a0cf00cf..b4ededb44a47569b05671f08e95a2fe595732fd4:/migdal/templates/search/search.html diff --git a/migdal/templates/search/search.html b/migdal/templates/search/search.html index 1c561a4..84610ff 100644 --- a/migdal/templates/search/search.html +++ b/migdal/templates/search/search.html @@ -16,15 +16,17 @@ {% endif %} {% empty %}

{% trans "No results found." %}

+{# Show some example queries to run, maybe query syntax, something else? #} {% endfor %} {% if page.has_previous or page.has_next %} -
- {% if page.has_previous %}{% endif %}{% trans "« Previous" %}{% if page.has_previous %}{% endif %} - | - {% if page.has_next %}{% endif %}{% trans "Next »" %}{% if page.has_next %}{% endif %} -
-{% else %} -{# Show some example queries to run, maybe query syntax, something else? #} +

+ {% if page.has_previous %} + {% trans "previous" %} + {% endif %} + {% if page.has_next %} + {% trans "next" %} + {% endif %} {% endif %} + {% endblock "body" %}