Commit ea29ced3 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/bootstrap' into bootstrap

parents 5522ff8c f91c93cc
......@@ -366,7 +366,8 @@ class Profile(models.Model):
subscriptions = models.ManyToManyField(
'trans.Project',
verbose_name=_('Subscribed projects')
verbose_name=_('Subscribed projects'),
blank=True,
)
subscribe_any_translation = models.BooleanField(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment