working auth with CAS
This commit is contained in:
parent
bb06a2a084
commit
f8f353f3e2
7 changed files with 10 additions and 8 deletions
|
@ -31,6 +31,8 @@ class Profile(models.Model):
|
|||
default=False, verbose_name=_("conserver la fiche annuaire ?")
|
||||
)
|
||||
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return self.full_name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue