summaryrefslogtreecommitdiff
path: root/templates/category_detail.html
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-02-21 15:42:51 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-02-21 15:42:51 +0000
commitf7fd3f884d4b1571efa122ddab2c7d4d0b925518 (patch)
tree232b18d00a5ad11eb3b323cb4d81afb574e92e2b /templates/category_detail.html
parent9e253135138cf65e766959c094ad1182902bd363 (diff)
downloadChimère-f7fd3f884d4b1571efa122ddab2c7d4d0b925518.tar.bz2
Chimère-f7fd3f884d4b1571efa122ddab2c7d4d0b925518.zip
Reorganize the project folder #76
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@59 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/category_detail.html')
-rw-r--r--templates/category_detail.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/category_detail.html b/templates/category_detail.html
deleted file mode 100644
index 0211989..0000000
--- a/templates/category_detail.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% load i18n %}
-<h2>{{ category.name }}</h2>
-<div id='category_desc_content'>
-{{ category.description|safe }}
-</div>
-<div class='detail_footer'><a href='javascript:hide("category_detail");'>{% trans "Close" %}</a></div>