Merge branch 'leveling'
[edumed.git] / catalogue / templates / catalogue / section_list.html
diff --git a/catalogue/templates/catalogue/section_list.html b/catalogue/templates/catalogue/section_list.html
deleted file mode 100755 (executable)
index f05c666..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-{% load catalogue_tags %}
-
-{% block title %}Lekcje{% endblock %}
-
-{% block body %}
-    <h1>Lekcje</h1>
-
-    {% for object in object_list %}
-        <h2>{{ object }} <a name="{{ object.slug }}" class="permalink"></a></h2>
-
-        {% section_box object %}
-    {% endfor %}
-
-{% endblock %}