Update kfet/forms.py #838

Open
Morpheus wants to merge 1 commit from Morpheus/gestioCOF:master into master
Showing only changes of commit 183f655828 - Show all commits

View file

@ -93,7 +93,7 @@ class DemandeSoireeForm(forms.Form):
def default_promo(): def default_promo():
now = date.today() now = date.today()
return now.month <= 8 and now.year - 1 or now.year return now.month <= 7 and now.year - 1 or now.year
def get_promo_choices(): def get_promo_choices():