Activity parent nullable

This commit is contained in:
Qwann 2017-07-25 14:07:20 +02:00
parent cab370421b
commit c709583e06

View file

@ -167,6 +167,7 @@ class Activity(AbstractActivityTemplate):
ActivityTemplate,
related_name="children",
blank=True,
null=True,
)
staff = models.ManyToManyField(
User,