Merge pull request #1207 from emanuelschuetze/fix-1138

Fixed #1138: Wrong file for projectors logo
This commit is contained in:
Oskar Hahn 2014-01-27 23:34:53 -08:00
commit 484963af4e
3 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ def setup_general_config_page(sender, **kwargs):
default_value=True,
form_field=forms.BooleanField(
label=ugettext_lazy('Show logo on projector'),
help_text=ugettext_lazy('You can find and replace the logo under "openslides/static/img/projector/static/img/logo-projector.png".'),
help_text=ugettext_lazy('You can find and replace the logo under "openslides/projector/static/img/logo-projector.png".'),
required=False))
projector_enable_title = ConfigVariable(

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -45,7 +45,7 @@
<body>
<div id="header">
{% if 'projector_enable_logo'|get_config %}
<img id="logo" alt="Logo" src="/static/img/logo.png">
<img id="logo" alt="Logo" src="{% static 'img/logo-projector.png' %}">
{% endif %}
{% if 'projector_enable_title'|get_config %}
<div id="eventdata">