panel: add appropriate target for logo link (#14585)

This commit is contained in:
Frédéric Péters 2017-01-12 20:45:29 +01:00
parent 35caef36c2
commit f2e3e7c83b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<link rel="stylesheet" href="{% static 'css/mandaye.css' %}" type="text/css"/>
<div id="mandaye-logo">
<a href="{% static 'images/logo.png' %}">
<a href="{% if portal_user_url %}{{ portal_user_url }}{% else %}/{% endif %}">
<img src="{% static 'images/logo.png' %}" alt="logo.png">
</a>
</div>