Add owner to form for assignment creation
This commit is contained in:
parent
f235d50424
commit
460d413196
|
|
@ -19,6 +19,7 @@ class Assignment(TimeStampedModel):
|
|||
FieldPanel('title'),
|
||||
FieldPanel('assignment'),
|
||||
FieldPanel('module'),
|
||||
FieldPanel('owner'),
|
||||
]
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue