X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/53e53be2fd5c6ffd0b96928735944aa75b7b2f2d..b6acaa277803adf1f39dd61b362ca499b1bb6064:/src/wolnelektury/templates/base/superbase.html?ds=sidebyside diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index 85af1f2bf..3ff768f33 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -125,27 +125,26 @@ </li> </ul> </nav> - <form id="search-area" action="{% url 'search' %}"> - {% comment %} + <form id="search-area" action="{% url 'wlsearch' %}"> <div id="search-field"> <label for="search">{{ search_form.q.label }}</label> {{ search_form.q }} </div> <button type='submit'>{% trans "Search" %}</button> - {% endcomment %} - Wyszukiwanie jest tymczasowo wyÅÄ czone. Search is temporarily disabled. </form> </header> </div> </div> <div id="main-content"> + {% comment %} <div id="banners"> <a href="https://nowoczesnapolska.org.pl/pomoz-nam/wesprzyj-nas/"> <img src="{% static 'img/banners/960x150_wolneLektury.jpg' %}" alt="Wesprzyj dziaÅalnoÅÄ Nowoczesnej Polski"/> </a> </div> + {% endcomment %} {% block body %} {% endblock %} <div class="clearboth"></div>