Merge pull request #1257 from emanuelschuetze/projector-logo

Use right projector logo (as in stable/1.5.x branch).
This commit is contained in:
Norman Jäckel 2014-04-28 22:21:11 +02:00
commit c1c952c136

View File

@ -44,7 +44,7 @@
<body> <body>
<div id="header"> <div id="header">
{% if 'projector_enable_logo'|get_config %} {% 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 %} {% endif %}
{% if 'projector_enable_title'|get_config %} {% if 'projector_enable_title'|get_config %}
<div id="eventdata"> <div id="eventdata">