From a91413a8390d0b58d517bba24455acd3b4ad4af2 Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Wed, 1 Aug 2018 22:44:37 +0300 Subject: [PATCH] remove template with breadcrumbs --- templates/common_with_breadcrumbs.html | 56 -------------------------- 1 file changed, 56 deletions(-) delete mode 100644 templates/common_with_breadcrumbs.html diff --git a/templates/common_with_breadcrumbs.html b/templates/common_with_breadcrumbs.html deleted file mode 100644 index ba73b2f..0000000 --- a/templates/common_with_breadcrumbs.html +++ /dev/null @@ -1,56 +0,0 @@ -{% extends 'base.html' %} -{% load static %} -{% load crispy_forms_tags %} - -{% block content %} -
-
- {% if left_product_search_form %} - - {% endif %} - {% block extra_left_menu_items %} - {% endblock extra_left_menu_items %} - {% if product_root_categories %} -
- {% for category in product_root_categories %} - - - {{ category.alt }} - - {{ category.name }} - - {% endfor %} -
- {% endif %} - {% if contact_us_form %} -
- {% crispy contact_us_form %} -
- {% endif %} -
-
-
-
-
-
-
- -
- {% if content_product_search_form %} -
- -
- {% endif %} -
-
- {% block right_common_content %} - {% endblock right_common_content %} - -
-
-{% endblock content %}