Corrections des typos

- Ligne vide
- `lastname` -> `last_name`
- `firstname` -> `first_name`
- `spectacle__title` -> `attribution__spectacle__title`
This commit is contained in:
Martin Pépin 2016-10-11 14:59:30 +02:00
parent b249d61c2d
commit 36cd623105
2 changed files with 4 additions and 4 deletions

View file

@ -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")