diff --git a/templates/client/base_catalog.html b/templates/client/base_catalog.html index 1f04cabc..42d7fcaa 100644 --- a/templates/client/base_catalog.html +++ b/templates/client/base_catalog.html @@ -68,24 +68,16 @@ {% include 'client/includes/catalog_search.html' %} {% endwith %} {% block under_search_baner %} -
- -
+ {% include 'client/includes/banners/under_search.html' %} {% endblock %} {% block bread_scrumbs %} - {% with filter=filter %} - {% include 'includes/bread_scrumbs.html' %} - {% endwith %} + {% endblock %}
{% block page_title %} - {% if not single_page %} -
-

{{ filter.0.name }}: {{ filter.1.name }}

-
- {% endif %} + {% endblock %}
@@ -99,50 +91,7 @@ {% block paginator %} - {% if page_obj.paginator.num_pages > 1 %} - - {% endif %} + {% endblock %} {% block content_footer_banner %} @@ -150,10 +99,11 @@ {% block content_text %} - + {% comment %} {% with filter=filter %} {% include 'includes/event_list_description.html' %} {% endwith %} + {% endcomment %} {% endblock %} {% endblock %} diff --git a/templates/client/includes/banners/under_search.html b/templates/client/includes/banners/under_search.html new file mode 100644 index 00000000..695169b6 --- /dev/null +++ b/templates/client/includes/banners/under_search.html @@ -0,0 +1,9 @@ +{% load static %} +{% load template_filters %} +
+ {% if False|fourth %} + + {% else %} + + {% endif %} +
\ No newline at end of file diff --git a/templates/client/index.html b/templates/client/index.html index 9dcba80e..d634a9de 100644 --- a/templates/client/index.html +++ b/templates/client/index.html @@ -58,7 +58,11 @@
{% block menu_banner %} - + {% if False|fourth %} + + {% else %} + + {% endif %} {% endblock %}
diff --git a/templates/client/static_client/img/partners/unnamed.gif b/templates/client/static_client/img/partners/unnamed.gif new file mode 100644 index 00000000..7572ea55 Binary files /dev/null and b/templates/client/static_client/img/partners/unnamed.gif differ diff --git a/templates/client/static_client/img/partners/unnamed_1.gif b/templates/client/static_client/img/partners/unnamed_1.gif new file mode 100644 index 00000000..5bc89957 Binary files /dev/null and b/templates/client/static_client/img/partners/unnamed_1.gif differ