Skip to content

Commit

Permalink
fix enums
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 14, 2023
1 parent 0e882dc commit 0a34a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lacommunaute/surveys/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class DSPMobility(models.TextChoices):
LEVEL1 = (
"1",
(
"Sait organiser son covoiturage et/ou possède un véhicule",
" mais problème de mise en règle (assurance, contrôle technique…)",
"Sait organiser son covoiturage et/ou possède un véhicule"
" mais problème de mise en règle (assurance, contrôle technique…)"
),
)
LEVEL2 = "2", "Sait utiliser les transports en commun et/ou possède un véhicule 2 roues"
Expand Down

0 comments on commit 0a34a85

Please sign in to comment.