From e63627ca4ff51bb0f2b71ff94b41b0ec2faf64b2 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 17 Dec 2017 19:37:49 +0100 Subject: [PATCH] fix the category list --- django/didgeridoo/webshop/templates/webshop/index.html | 10 +++++----- django/didgeridoo/webshop/views.py | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/django/didgeridoo/webshop/templates/webshop/index.html b/django/didgeridoo/webshop/templates/webshop/index.html index 40a21d0..721caae 100644 --- a/django/didgeridoo/webshop/templates/webshop/index.html +++ b/django/didgeridoo/webshop/templates/webshop/index.html @@ -5,13 +5,13 @@

Music Shop

- {% if parent_category_list %} + {% if category_list %}