Convert to museum of first edition.
[turniej.git] / src / edition2 / templates / edition2 / base.html
diff --git a/src/edition2/templates/edition2/base.html b/src/edition2/templates/edition2/base.html
deleted file mode 100644 (file)
index fbb7a81..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <title>Turniej Wolnych Lektur{% block "extratitle" %}{% endblock %}</title>
-    <meta charset="utf-8" />
-
-    <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
-    <style type="text/css">
-    @import "{{ STATIC_URL }}edition2/style.css";
-    @import "{{ STATIC_URL }}js/jquery.countdown.css";
-    </style>
-</head>
-
-<body>
-
-<div id="body-wrapper">
-<div id="body">
-{% block "body" %}{% endblock %}
-</div>
-</div>
-
-<footer>
-<a href='http://nowoczesnapolska.org.pl'><img src='{{ STATIC_URL }}img/fnp_black.png' alt='Fundacja Nowoczesna Polska' title='Fundacja Nowoczesna Polska' /></a>
-<a href='http://wolnelektury.pl'><img src='{{ STATIC_URL }}img/wl_black.png' alt='Wolne Lektury' title='Wolne Lektury' /></a>
-</footer>
-
-{% load piwik_tags %}
-{% tracking_code %}
-</body>
-
-
-</html>