Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fin de la première page #42

Merged
merged 14 commits into from
Aug 22, 2017
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
OdyX committed Aug 22, 2017
commit 5d51928c12cfb768ba74fbf392779c1f853d9a06
1 change: 1 addition & 0 deletions apps/user/tests/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def getprofileinitial(self, user):
# Some corrections
initial['status'] = 0
initial['birthdate'] = ''
initial['formation_firstdate'] = ''
initial['formation_lastdate'] = ''

if not initial['activity_cantons']:
Expand Down