From 2c5815982c1eee256d7ede47852821b6d062fecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sat, 8 Jul 2017 17:48:10 +0200 Subject: [PATCH] Make product categories clickable. --- src/shop/templates/shop_index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/shop/templates/shop_index.html b/src/shop/templates/shop_index.html index 1a3fb9fa..b9f805ba 100644 --- a/src/shop/templates/shop_index.html +++ b/src/shop/templates/shop_index.html @@ -42,7 +42,9 @@ Shop | {{ block.super }} - {{ product.category }} + + {{ product.category }} +