some templates
[wolnelektury.git] / wolnelektury / templates / simple_base.html
diff --git a/wolnelektury/templates/simple_base.html b/wolnelektury/templates/simple_base.html
deleted file mode 100755 (executable)
index 17814ad..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<!doctype html>
-{% load compressed %}
-<html>
-<head>
-    <title>{% block "title" %}{% endblock %}</title>
-    <meta charset="utf-8" />
-
-    <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" />
-    <link rel="shortcut icon" href="/favicon.ico" />
-    {% compressed_css "simple" %}
-</head>
-
-<body>
-
-
-<img id="logo" src="{{ STATIC_URL }}img/logo-bez.png" alt="WolneLektury.pl" />
-<div id="body">
-
-{% block "body" %}{% endblock %}
-
-</div>
-
-</body>
-</html>