|
@@ -26,6 +26,8 @@ class Configuration(PolymorphicModel):
|
|
offersubscription = models.OneToOneField(OfferSubscription,
|
|
offersubscription = models.OneToOneField(OfferSubscription,
|
|
related_name='configuration',
|
|
related_name='configuration',
|
|
verbose_name='abonnement')
|
|
verbose_name='abonnement')
|
|
|
|
+ comment = models.CharField(blank=True, max_length=512,
|
|
|
|
+ verbose_name="commentaire")
|
|
|
|
|
|
@staticmethod
|
|
@staticmethod
|
|
def get_configurations_choices_list():
|
|
def get_configurations_choices_list():
|