X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/fb2d5b78a90d3042f7eb5e8e419fcbe6e62fd00d..db44e1e509986909f100e7d1d03f2967d54cbc3d:/migdal/templates/search/search.html diff --git a/migdal/templates/search/search.html b/migdal/templates/search/search.html index 6d7b9c7..84610ff 100644 --- a/migdal/templates/search/search.html +++ b/migdal/templates/search/search.html @@ -2,24 +2,31 @@ {% load url from future %} {% load i18n %} {% load migdal_tags %} +{% load events_tags %} {% block "body" %}
{% 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 %} + {% trans "previous" %} + {% endif %} + {% if page.has_next %} + {% trans "next" %} + {% endif %} {% endif %} + {% endblock "body" %}