summaryrefslogtreecommitdiff
path: root/chimere/templates/category_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/category_detail.html')
-rw-r--r--chimere/templates/category_detail.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/chimere/templates/category_detail.html b/chimere/templates/category_detail.html
new file mode 100644
index 0000000..0211989
--- /dev/null
+++ b/chimere/templates/category_detail.html
@@ -0,0 +1,6 @@
+{% 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>