Disable the blackout test.
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 16 Dec 2020 08:56:26 +0000 (09:56 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 16 Dec 2020 08:56:26 +0000 (09:56 +0100)
src/catalogue/templates/catalogue/viewer_base.html
src/wolnelektury/settings/custom.py
src/wolnelektury/templates/base/superbase.html

index 993c1f4..89c4121 100644 (file)
@@ -15,9 +15,7 @@
     {% tracking_code %}
   </head>
   <body id="{% block body-id %}reader{% endblock %}">
-    {% if AB.BLACKOUT %}
-      {% annoy_banner 'blackout' %}
-    {% endif %}
+    {% annoy_banner 'blackout' %}
     {% annoy_banner 'top' %}
     <nav id="no-menu"><ul>
       <li><a href="#" id="menu-toggle-on"></a></li>
index 2702846..af56611 100644 (file)
@@ -40,7 +40,6 @@ CLUB_PAYU_RECURRING_POS = '300746'
 CLUB_APP_HOST = None
 
 AB_TESTS = {
-    'BLACKOUT': 2,
 }
 
 MESSAGING_MIN_DAYS = 2
index 2be2adb..b47f3a3 100644 (file)
@@ -37,9 +37,7 @@
       {% block bodycontent %}
 
         {% block annoy %}
-          {% if AB.BLACKOUT %}
-            {% annoy_banner 'blackout' %}
-          {% endif %}
+          {% annoy_banner 'blackout' %}
           {% annoy_banner 'top' %}
           {% if not funding_no_show_current %}
             {% cache 120 funding_top_bar LANGUAGE_CODE %}