Merge pull request #1667 from normanjaeckel/Logo

Updated logo help text.
This commit is contained in:
Oskar Hahn 2015-11-07 07:13:43 +01:00
commit 4e8566904a

View File

@ -82,7 +82,9 @@ def setup_general_config(sender, **kwargs):
default_value=True,
input_type='boolean',
label=ugettext_lazy('Show logo on projector'),
help_text=ugettext_lazy('You can find and replace the logo under "openslides/core/static/...".'), # TODO: Update path.
help_text=ugettext_lazy(
'You can replace the logo. Just copy a file to '
'"static/img/logo.png" in your OpenSlides data path.'),
weight=150,
group=ugettext_lazy('Projector'))