diff --git a/bda/models.py b/bda/models.py index 07e9158d..89ca74ab 100644 --- a/bda/models.py +++ b/bda/models.py @@ -33,7 +33,7 @@ class Spectacle (models.Model): location = models.ForeignKey(Salle) description = models.TextField ("Description", blank=True) slots_description = models.TextField ("Description des places", blank=True) - price = models.FloatField("Prix d'une place", blank=True) + price = models.FloatField("Prix d'une place") slots = models.IntegerField ("Places") priority = models.IntegerField ("Priorité", default=1000) tirage = models.ForeignKey (Tirage)