diff --git a/templates/products/categorieslist.html b/templates/products/categorieslist.html deleted file mode 100644 index 0f60c4c..0000000 --- a/templates/products/categorieslist.html +++ /dev/null @@ -1,67 +0,0 @@ -{% extends 'base.html' %} -{% load static %} - -{% block title %} - Categories Page -{% endblock %} - -{% block content %} -
-
-
-
- -
-
-
-
-
- {% for category in categories %} - - {% endfor %} - {% for product in products %} -
- - - - {{ product.name }}
-

- {{ product.price }} rub. -

-
- {% endfor %} -
-
-{% endblock %} \ No newline at end of file