use unique logo independently from partner (#19616)

This commit is contained in:
Serghei Mihai 2017-10-24 16:59:24 +02:00
parent f17c67879b
commit c9e9ce2ccb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -53,7 +53,7 @@
{% endblock %}
<div id="top">
{% block header-title %}
<h1 id="logo"{% if not request.partner %} style="background-image: url(/static/{{ css_variant }}/images/logo.png);background-position: 50% center;"{% endif %}>
<h1 id="logo"{% if not request.partner %} style="background-position: 50% center;"{% endif %}>
<a accesskey="1" href="{% if request.partner %}{{ request.partner.url }}{% else %}{{ logo_link_url|default:'/' }}{% endif %}" style="background-image: {% if request.partner %}url({{ request.partner.logo_url }}){% endif %}">{{ global_title }}</a>
</h1>
{% endblock %}