Fixed #1138: Wrong file for projectors logo
This commit is contained in:
parent
9d28f4890e
commit
cfa35241e1
@ -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 |
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user