summaryrefslogtreecommitdiff
path: root/templates/chimere/blocks/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/blocks/categories.html')
-rw-r--r--templates/chimere/blocks/categories.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/chimere/blocks/categories.html b/templates/chimere/blocks/categories.html
index bb72a78..f43030f 100644
--- a/templates/chimere/blocks/categories.html
+++ b/templates/chimere/blocks/categories.html
@@ -3,6 +3,7 @@
{% for category, lst_sub_categories in sub_categories %}
<li class='main_category {% if category.selected %}toggle_minus{%else%}toggle_plus{%endif%}'>
<span id='main_category_{{category.pk}}'>
+ <i class="triangle"></i>
<label>
{% trans category.name %}
<i class="fa fa-check main-category-tick"