use "toodego" as default producer

This commit is contained in:
Frédéric Péters 2018-09-11 19:20:01 +02:00
parent 2d63f1b1db
commit c91838af5c
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ def as_producer(slug):
elif producer in PRODUCER_LABELS:
return {'slug': producer, 'label': PRODUCER_LABELS[producer]}
else:
return {'slug': 'grandlyon', 'label': 'Grand Lyon'}
return {'slug': 'toodego', 'label': 'Toodego'}
@register.filter
def as_commune(user_data):