Gérer la fin de scolarité #9

Merged
champeno merged 23 commits from Evarin/archicubes into master 2018-09-30 00:03:27 +02:00
Showing only changes of commit 35a3bc3e2d - Show all commits

View file

@ -14,4 +14,4 @@ class SocialAccountAdapter(LongTermClipperAccountAdapter):
Exception-free version of get_username, so that it works even outside of
the ENS (if no access to LDAP server)
"""
return "{}@{}".format(clipper, data.get('annee', '00'))
return "{}@{}".format(clipper, data.get('entrance_year', '00'))