summaryrefslogtreecommitdiff
path: root/templates/category_detail.html
diff options
context:
space:
mode:
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>