Activity parent nullable
This commit is contained in:
parent
cab370421b
commit
c709583e06
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ class Activity(AbstractActivityTemplate):
|
|||
ActivityTemplate,
|
||||
related_name="children",
|
||||
blank=True,
|
||||
null=True,
|
||||
)
|
||||
staff = models.ManyToManyField(
|
||||
User,
|
||||
|
|
Loading…
Reference in a new issue