Merge branch 'reflow'
[wolnelektury.git] / apps / wolnelektury_core / templates / publish_plan.html
diff --git a/apps/wolnelektury_core/templates/publish_plan.html b/apps/wolnelektury_core/templates/publish_plan.html
deleted file mode 100755 (executable)
index c4c3d6e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block titleextra %}{% trans "Publishing plan" %}{% endblock titleextra %}
-
-
-{% block body %}
-<h1>{% trans "Publishing plan" %}</h1>
-
-<ul class="normal-text">
-{% for elem in plan %}
-    <li><a href="{{ elem.link }}">{{ elem.title }}</a></li>
-{% endfor %}
-</ul>
-
-{% endblock %}