forked from DGNum/gestioCOF
Corrections des typos
- Ligne vide - `lastname` -> `last_name` - `firstname` -> `first_name` - `spectacle__title` -> `attribution__spectacle__title`
This commit is contained in:
parent
b249d61c2d
commit
36cd623105
2 changed files with 4 additions and 4 deletions
|
@ -228,7 +228,6 @@ class SpectacleRevente(models.Model):
|
|||
answered_mail = models.ManyToManyField(Participant,
|
||||
related_name="wanted",
|
||||
blank=True)
|
||||
|
||||
seller = models.ForeignKey(Participant,
|
||||
related_name="original_shows",
|
||||
verbose_name="Vendeur")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue