X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..eaba19e725b49fdf4efc858604a7b9d70d27f59f:/src/wolnelektury/templates/widget.html?ds=inline

diff --git a/src/wolnelektury/templates/widget.html b/src/wolnelektury/templates/widget.html
index 1103641f6..3eb3422da 100644
--- a/src/wolnelektury/templates/widget.html
+++ b/src/wolnelektury/templates/widget.html
@@ -1,5 +1,5 @@
 {% spaceless %}
-  {% load static from staticfiles %}
+  {% load static %}
   {% load pipeline %}
   <!DOCTYPE html>
 
@@ -15,7 +15,7 @@
         <a href="/">
           <img src="{% static 'img/logo-neon.png' %}">
         </a>
-        <form action="{% url 'search' %}" method="get" accept-charset="utf-8" id="wl-form">
+        <form action="{% url 'wlsearch' %}" method="get" accept-charset="utf-8" id="wl-form">
           <div id="wl-search">
             <input data-source="{% url 'search_hint' %}?max=3" id="id_qq" name="q" title="tytuł, autor, motyw/temat, epoka, rodzaj, gatunek, cytat" placeholder="tytuł, autor, motyw/temat, epoka, rodzaj, gatunek, cytat" type="text" value=""/>
           </div>