diff --git a/files/templates/header.html b/files/templates/header.html index db2b59392..6bbeb6bd7 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -10,7 +10,7 @@
- {% if SITE == 'rdrama.net' %} + {% if SITE_NAME == 'rDrama' %} {% include "journoid_banner.html" %} {%- else -%} @@ -74,9 +74,21 @@ {% endif %} {% endif %} - {% if not err %} - - + {% if not err %} + {% if v and v.admin_level > 1 %} + + {% endif %} + + {% if v %} + + {% else %} + + {% endif %} + + {% if v -%} + + {%- endif %} + {% if v and LOTTERY_ENABLED %} {% endif %} - {% if v and v.admin_level > 1 %} - - {% endif %} - {% if v %} - - {% else %} - - {% endif %}
- {% else %} + {% else %} diff --git a/files/templates/sidebar_Cringetopia.html b/files/templates/sidebar_Cringetopia.html index 41fca9958..243d0c175 100644 --- a/files/templates/sidebar_Cringetopia.html +++ b/files/templates/sidebar_Cringetopia.html @@ -8,6 +8,12 @@ sidebar image +

+ + + +

+ {% if sub %} {% if sub.sidebar_html %}
{{sub.sidebar_html|safe}}
diff --git a/files/templates/sidebar_PCM.html b/files/templates/sidebar_PCM.html index c4f7b742b..65158edc1 100644 --- a/files/templates/sidebar_PCM.html +++ b/files/templates/sidebar_PCM.html @@ -1,5 +1,11 @@