summaryrefslogtreecommitdiff
path: root/chimere/templates/main_map_simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/main_map_simple.html')
-rw-r--r--chimere/templates/main_map_simple.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/chimere/templates/main_map_simple.html b/chimere/templates/main_map_simple.html
deleted file mode 100644
index d43436e..0000000
--- a/chimere/templates/main_map_simple.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "main_map.html" %}
-{% load i18n %}
-{% block bodyhead %}<body class='simple'>{% endblock %}
-{% block actions %}{% endblock %}
-{% block message_edit %}{% endblock %}
-{% block sidebar %}
-<div id='panel'><a href='#' onclick='showHide("categories")'>
-<h2>{% trans "Topics"%}</h2></a>
-<form method='post' name='frm_categories' id='frm_categories'>
-<div id='categories' name='categories'>
-{{categories|safe}}
-</div>
-</form>
-</div>
-{% endblock %}
-{% block content %}<script type='text/javascript'><!--
-var simple = true;
-// --> </script>
-{{ block.super }}
-{% endblock %}