Fixed StudentFile __str__
This commit is contained in:
parent
ef39c85133
commit
b458fd747b
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ class StudentFile(models.Model):
|
|||
titre = models.CharField("Titre", max_length=200)
|
||||
|
||||
def __str__(self):
|
||||
return self.title
|
||||
return self.titre
|
||||
|
||||
|
||||
class Corporation(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue