forked from DGNum/gestioCOF
use forms
This commit is contained in:
parent
90581af528
commit
d12a21d44c
4 changed files with 21 additions and 44 deletions
|
@ -193,7 +193,7 @@ class SpectacleRevente(models.Model):
|
|||
default=timezone.now)
|
||||
interested = models.ManyToManyField(Participant,
|
||||
related_name="wanted",
|
||||
blank=True, null=True)
|
||||
blank=True)
|
||||
soldTo = models.ForeignKey(Participant, blank=True, null=True)
|
||||
|
||||
def get_expiration_time(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue