fix spelling of Lavérune (#6436)

This commit is contained in:
Frédéric Péters 2015-02-06 10:05:43 +01:00
parent d5db1686b6
commit 2e309a97ae
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ $(document).ready(function () {
{% if laverune %}
demarches['laverune'] = {{ laverune.data|jsonify }};
city_to_id_map['Lavérune'] = 'laverune';
id_to_city_map['laverune'] = 'Lavèrune';
id_to_city_map['laverune'] = 'Lavérune';
{% endif %}
{% if vendargues %}
demarches['vendargues'] = {{ vendargues.data|jsonify }};