Add help text to can_change_organizer_settings

This commit is contained in:
Raphael Michel
2018-05-04 15:31:43 +02:00
parent f4b77e6b03
commit 8b4453f32d

View File

@@ -137,7 +137,9 @@ class Team(LoggedModel):
)
can_change_organizer_settings = models.BooleanField(
default=False,
verbose_name=_("Can change organizer settings")
verbose_name=_("Can change organizer settings"),
help_text=_('Someone with this setting can get access to most data of all of your events, i.e. via privacy '
'reports, so be careful who you add to this team!')
)
can_change_event_settings = models.BooleanField(