diff --git a/files/templates/event/banner.html b/files/templates/event/banner.html index 0ecf3326ca..3312d2da50 100644 --- a/files/templates/event/banner.html +++ b/files/templates/event/banner.html @@ -5,14 +5,14 @@ {% endif %} - {% if random.randint(1,100) != 1 %} + {% if SITE_NAME == 'rDrama' and (1,2,3,4,5)|random() == 1 %} + + {% else %} {% if SITE_NAME == 'rDrama' %} {% include "event/banner_rDrama.svg" %} {% else %} {% include "event/banner.svg" %} {% endif %} - {% else %} - {% endif %}