X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c44816fb6561b51cb9fcbdf1bf272ffad8571dca..cfbd4683aa50fb51882aa0ab825492b2dd49b142:/src/wolnelektury/templates/base/superbase.html diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index a8b9cf4ce..3ff768f33 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -26,6 +26,7 @@ <link rel="icon" href="{% static 'img/favicon.png' %}" type="image/png"/> <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{% static 'opensearch.xml' %}"/> + <link rel="manifest" href="/manifest.json"> {% stylesheet "main" %} {% block extrahead %}{% endblock %} </head> @@ -34,7 +35,11 @@ {% block bodycontent %} {% block annoy %} - {% include "annoy.html" %} + {% if not funding_no_show_current %} + {% cache 120 funding_top_bar LANGUAGE_CODE %} + {% funding_top_bar %} + {% endcache %} + {% endif %} {% endblock %} <div id="whole-header"> @@ -120,7 +125,7 @@ </li> </ul> </nav> - <form id="search-area" action="{% url 'search' %}"> + <form id="search-area" action="{% url 'wlsearch' %}"> <div id="search-field"> <label for="search">{{ search_form.q.label }}</label> {{ search_form.q }}