remove test collectivity

This commit is contained in:
Frédéric Péters 2017-09-27 14:57:02 +02:00
parent bf7201a7b8
commit 40cd48ea2c
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ def get_gnm_portal_url():
@register.assignment_tag
def get_gnm_collectivities():
collectivities = []
collectivities.append({'url': 'http://example.net', 'label': 'test'})
for key in settings.KNOWN_SERVICES['combo']:
if not key.endswith('_portal'):
continue