diff --git a/files/templates/home.html b/files/templates/home.html index 60cb9ee4f..2361713be 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -69,12 +69,32 @@ {% block navbar %}
- {% if v and v.paid_dues %} - {% if ccmode=="true"%} - CC - {% else %} - CC + {% if v %} + {% if v.paid_dues %} + {% if ccmode=="true"%} + CC + {% else %} + CC + {% endif %} {% endif %} + + {% endif %}