projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
1966: Modification de Offre d'emploi (visualisation)
[auf_rh_dae.git]
/
project
/
recrutement
/
forms.py
diff --git
a/project/recrutement/forms.py
b/project/recrutement/forms.py
index
778e72c
..
64f694d
100644
(file)
--- a/
project/recrutement/forms.py
+++ b/
project/recrutement/forms.py
@@
-93,7
+93,6
@@
class OffreEmploiForm(ModelForm):
if date_limite > debut_affectation:
raise forms.ValidationError("La date limite ne peut pas être \
supérieure à la date d'affection.")
-
return cleaned_data
################################################################################