diff --git a/templates/admin/list_products.html b/templates/admin/list_products.html index 93dfce7..54597da 100644 --- a/templates/admin/list_products.html +++ b/templates/admin/list_products.html @@ -36,7 +36,7 @@ - {% endif %} - {{ usage_counts.get(item.name.lower(), 0) }} + {{ usage_counts.get(item.name.lower(), 0) }} {% set suggestion = suggestions_dict.get(item.name.lower()) %} {% if suggestion %}