aboutsummaryrefslogtreecommitdiff
path: root/forms.py
diff options
context:
space:
mode:
authorAlban Gruin2018-09-29 17:02:43 +0200
committerAlban Gruin2018-09-29 17:02:43 +0200
commitfc1fc472931cae0ba3d0a0103c328f85b7b52586 (patch)
treef6be7fb6463ff29f26de8db5386729a4fc9f975b /forms.py
parenta4000b40682c93efacec31308dce4a32eeac7ef7 (diff)
parentc95740a4d97fc579f4f12a6abf01eac446fde1cc (diff)
Merge branch 'stable/0.14.z' into prod/pa1ch/0.14.zv0.14.2-pa1ch
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
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