silly
This commit is contained in:
parent
2855f30636
commit
f6e599f824
|
@ -101,7 +101,7 @@ class Participant(ItfModel):
|
|||
short_bio = models.TextField(max_length=255, blank=True, null=True)
|
||||
meeting = models.ForeignKey('Meeting')
|
||||
meetings = models.ManyToManyField('Meeting', related_name='participants')
|
||||
videos = generic.GenericRelation(PadmaVideo)
|
||||
videos = generic.GenericRelation(PadmaClip)
|
||||
|
||||
fts_fields = ['name', 'title', 'short_bio']
|
||||
def __unicode__(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user