aboutsummaryrefslogtreecommitdiff
path: root/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms.py b/forms.py
index d4ee94d..b1a3052 100644
--- a/forms.py
+++ b/forms.py
@@ -64,6 +64,6 @@ class QSJPSForm(forms.Form):
form_data["begin"] >= form_data["end"]:
# Si l’heure de fin est plus petite ou égale, on affiche
# une erreur.
- self.add_error("end", "L’heure de début doit être"
+ self.add_error("end", "L’heure de début doit être "
"supérieure à celle de fin.")
return form_data