ups
This commit is contained in:
parent
1f49a7d8cb
commit
b35637b6fd
|
@ -195,7 +195,7 @@ class DocumentSubject(ItfModel):
|
|||
|
||||
class Document(ItfModel):
|
||||
title = models.CharField(max_length=255)
|
||||
intro = TextField(blank=True, null=True)
|
||||
intro = models.TextField(blank=True, null=True)
|
||||
file = models.FileField(upload_to='upload/docs', blank=True, null=True)
|
||||
meeting = models.ForeignKey('Meeting', blank=True, null=True)
|
||||
talk = models.ForeignKey('Talk', blank=True, null=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user