From a4a234888880de41640558c8def2ff482012177f Mon Sep 17 00:00:00 2001 From: Kotiuk Nazarii Date: Wed, 29 Jul 2015 08:43:02 +0300 Subject: [PATCH] Expo modal button --- templates/client/blank.html | 10 +++++++++- templates/client/exposition/exposition_detail.html | 8 +++++++- templates/client/popups/auto_modal.html | 6 ++++-- templates/client/popups/cemat_modal.html | 2 +- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/templates/client/blank.html b/templates/client/blank.html index 794477b5..8ff32e89 100644 --- a/templates/client/blank.html +++ b/templates/client/blank.html @@ -159,7 +159,7 @@ This template include basic anf main styles and js files, {% include 'client/popups/callback.html' %} {% block popup_banner %} - {% if not request.COOKIES.popover_test1 %} + {% if not request.COOKIES.popover_test2 %} {% if theme_for_filter %} @@ -209,6 +209,13 @@ This template include basic anf main styles and js files, diff --git a/templates/client/exposition/exposition_detail.html b/templates/client/exposition/exposition_detail.html index 45bcafea..1bf2df02 100644 --- a/templates/client/exposition/exposition_detail.html +++ b/templates/client/exposition/exposition_detail.html @@ -29,7 +29,7 @@ {% endblock %} {% block popup%} - + {% if not request.COOKIES.popover_test1 %} {% with theme_ids=object.theme_ids %} @@ -79,6 +79,12 @@