diff options
| -rw-r--r-- | chimere/templates/chimere/blocks/categories.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/chimere/blocks/categories.html b/chimere/templates/chimere/blocks/categories.html index 3f2a3f8..ac138f1 100644 --- a/chimere/templates/chimere/blocks/categories.html +++ b/chimere/templates/chimere/blocks/categories.html @@ -9,7 +9,7 @@ <span class="control_image toggle_category" id="maincategory_img_{{category.id}}" alt="control"> - {% if category.selected %}-{% else %}+{% endif %} + {% if category.selected %}—{% else %}+{% endif %} </span> <i class="fa fa-check main-category-tick" data-category="{{category.pk}}" |
