This commit is contained in:
Ludovic Stephan 2020-06-12 20:40:20 +02:00
parent 35eb6f9833
commit bb3aac63b9

View file

@ -42,7 +42,7 @@ class CASAccount(models.Model):
class OldCASAccount(models.Model):
"""Information about expired CAS accounts
A² user is given an instance of this model iff they had a CAS account that expired.
A user is given an instance of this model iff they had a CAS account that expired.
Instances of this model should not be created with a new user.
"""