Enable A/B test for blackout.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 11 Dec 2020 13:39:40 +0000 (14:39 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 11 Dec 2020 13:39:40 +0000 (14:39 +0100)
src/catalogue/templates/catalogue/viewer_base.html
src/wolnelektury/settings/custom.py
src/wolnelektury/templates/base/superbase.html

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