summaryrefslogtreecommitdiff
path: root/chimere/templates/category_detail.html
blob: 02119895724777a1cbad7f9c21d0e5b5fb234756 (plain)
1
2
3
4
5
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>