X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b1fb752ca1abb051a63da4729e34a80affc25c76..d57cb0586003722ceca5c06519d3225686566a78:/migdal/templates/search/search.html diff --git a/migdal/templates/search/search.html b/migdal/templates/search/search.html deleted file mode 100644 index f38a4e6..0000000 --- a/migdal/templates/search/search.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "base.html" %} -{% load url from future %} -{% load i18n %} -{% load migdal_tags %} - - -{% block "body" %} -

{% trans "Search results" %}

- -{% for result in page.object_list %} -{% entry_short result %} -{% empty %} -

{% trans "No results found." %}

-{% 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? #} -{% endif %} -{% endblock "body" %}