widget
[wolnelektury.git] / src / wolnelektury / templates / widget.html
index 1103641..b47b491 100644 (file)
@@ -1,5 +1,5 @@
 {% spaceless %}
-  {% load static from staticfiles %}
+  {% load static %}
   {% load pipeline %}
   <!DOCTYPE html>
 
@@ -13,9 +13,9 @@
     <body>
       <div id="wl">
         <a href="/">
-          <img src="{% static 'img/logo-neon.png' %}">
+          <img src="{% static '2022/images/logo.svg' %}">
         </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>