Remove some unused code

This commit is contained in:
Charlotte Van Petegem 2022-05-20 23:21:11 +02:00
parent a077a8038a
commit d6d9d61f27
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -14,12 +14,6 @@
{% set navbar = navbar + [('admin.index', 'Admin')] -%}
{% endif -%}
{% if not current_user.is_anonymous() -%}
{% for association in current_user.association_list() %}
{% set navbar = navbar + [('general_bp.home', association)] -%}
{% endfor -%}
{% endif -%}
{% set active_page = active_page|default('index') -%}
{% block title %}