toodego: make "toodego" header logo a link to toodego_url (#33804)

This commit is contained in:
Frédéric Péters 2019-06-09 10:43:17 +02:00
parent 384789d9d0
commit ebda6fe142
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ data-map-controls-position="bottomright"
{% endblock %}
{% block header-title %}
<h1 id="logo"><a accesskey="1" href="{% skeleton_extra_placeholder "top-logo-link" %}{% if user.is_authenticated %}{{ portal_url }}{% else %}{{ portal_url }}connect/{% endif %}{% end_skeleton_extra_placeholder %}">{{ site_title }}</a></h1>
<h1 id="logo"><a accesskey="1" href="{% skeleton_extra_placeholder "top-logo-link" %}{% if user.is_authenticated %}{% firstof toodego_url portal_url %}{% else %}{% firstof toodego_url portal_url %}connect/{% endif %}{% end_skeleton_extra_placeholder %}">{{ site_title }}</a></h1>
{% endblock %}
{% block before-main-content %}