Small fix to example site
This commit is contained in:
parent
08a47150db
commit
35a3bc3e2d
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ class SocialAccountAdapter(LongTermClipperAccountAdapter):
|
||||||
Exception-free version of get_username, so that it works even outside of
|
Exception-free version of get_username, so that it works even outside of
|
||||||
the ENS (if no access to LDAP server)
|
the ENS (if no access to LDAP server)
|
||||||
"""
|
"""
|
||||||
return "{}@{}".format(clipper, data.get('annee', '00'))
|
return "{}@{}".format(clipper, data.get('entrance_year', '00'))
|
||||||
|
|
Loading…
Reference in a new issue