X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/wolnelektury/templates/widget.html diff --git a/src/wolnelektury/templates/widget.html b/src/wolnelektury/templates/widget.html index 1103641f6..b47b49175 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> @@ -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>