Use outside packages.
[prawokultury.git] / migdal / templates / migdal / menu.html
diff --git a/migdal/templates/migdal/menu.html b/migdal/templates/migdal/menu.html
deleted file mode 100755 (executable)
index 3fcfef5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% load i18n %}
-{% for item in items %}
-    <li{% if item.active %} 
-        class="active"{%endif %} {% if item.html_id %}
-        id="{{ item.html_id}}"{% endif %}>
-        <a href="{{ item.url }}">{{ item.title }}</a></li>
-{% endfor %}