From 030ed86130fabc78695355021b5a0586df3e77b9 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 22 Oct 2008 22:39:53 +0000 Subject: git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@1 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- templates/main_map.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/main_map.html (limited to 'templates/main_map.html') diff --git a/templates/main_map.html b/templates/main_map.html new file mode 100644 index 0000000..3f43131 --- /dev/null +++ b/templates/main_map.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} +{% load i18n %} +{% block sidebar %} +
+
+
    {% for category, lst_sub_categories in sub_categories %} +
  • {% trans category.name %} +
      {% for sub_category in lst_sub_categories %} +
    • {% endfor %} +
    +
  • {% endfor %} +
+
+
+
+

{% trans "Detail" %}

+
+
+
{% endblock %} +{% block content %}
+{% endblock %} -- cgit v1.2.3