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 @@