X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..ca084da83d5918477bdc643948adae327c881f76:/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>