Add owner to form for assignment creation

This commit is contained in:
Ramon Wenger 2018-12-05 18:13:31 +01:00
parent f235d50424
commit 460d413196
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class Assignment(TimeStampedModel):
FieldPanel('title'),
FieldPanel('assignment'),
FieldPanel('module'),
FieldPanel('owner'),
]
def __str__(self):