Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / templates / widget.html
diff --git a/apps/wolnelektury_core/templates/widget.html b/apps/wolnelektury_core/templates/widget.html
deleted file mode 100644 (file)
index 444f466..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-{% spaceless %}
-
-{% load static from staticfiles %}
-{% load pipeline %}
-
-<!DOCTYPE html>
-<html>
-<head>
-    <meta charset="UTF-8">
-    <base target="_parent" />
-    <title>Widget Wolnych Lektur</title>
-    {% stylesheet 'widget' %}
-</head>
-<body>
-<div id="wl">
-
-<a href="/">
-    <img src="{% static 'img/logo-neon.png' %}">
-</a>
-
-<form action="{% url 'search' %}" 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>
-    <button>
-        <img alt="Szukaj" src="{% static 'img/search.png' %}">
-    </button>
-</form>
-
-</div>
-
-{% javascript 'widget' %}
-
-</body>
-</html>
-
-{% endspaceless %}