diff --git a/files/templates/authforms.html b/files/templates/authforms.html index b103b63c3..4a11b47e5 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 57b66338d..87fc96da9 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,7 +7,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/home.html b/files/templates/home.html index c3cd5c6fb..08a4641e3 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -37,25 +37,30 @@ {% block navbar %}
- {% if request.path == '/' and v.paid_dues %} - {% if ccmode=="true"%}CC{% endif %} - {% if ccmode=="false" %}CC{% endif %} + {% if v and v.paid_dues %} + {% if ccmode=="true"%} + CC + {% else %} + CC + {% endif %} + {% endif %} + + {% if v %} + {% endif %} - - -
-