diff --git a/shop/templates/shop_base.html b/shop/templates/shop_base.html index bb2a7de3..9147b008 100644 --- a/shop/templates/shop_base.html +++ b/shop/templates/shop_base.html @@ -2,13 +2,8 @@ {% block content %} -
- Categories: - {% for category in categories %} - - {{category}} - - {% endfor %} -
-{% endblock %} - {% block shop_content %} +
+ Categories:
+ {% for category in categories %}
+
+ {{category}}
+
+ {% endfor %}
+