diff --git a/files/templates/home.html b/files/templates/home.html index 87efe31f84..e9130ac0c3 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -38,8 +38,8 @@ {% block navbar %}
{% if request.path == '/' and v.paid_dues %} - {% if ccmode=="true"%}CC{% endif %} - {% if ccmode=="false" %}CC{% endif %} + {% if ccmode=="true"%}CC{% endif %} + {% if ccmode=="false" %}CC{% endif %} {% endif %} {% if request.path in ('/','/logged_out') and SITE_NAME == 'Drama' %} @@ -48,7 +48,7 @@ {% else %} {% set classes='btn-secondary' %} {% endif %} - + {% endif %}