[SUP-14997] Mont-Saint-Guibert : Add redirection to main website

This commit is contained in:
Daniel Muyshond 2020-10-05 18:53:31 +02:00
parent d983a69253
commit 11a38ba174
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{% extends "combo/page_template.html" %}
{% block header-title %}
{% if logo == True %}
<h1 id="logo">
<a accesskey="1" href="{{ administration_site }}">
<img src="{{ portal_url }}static/{{ commune_slug }}/images/logo.png" alt="Logo du E-guichet (démarches en ligne) de la commune de {{ commune_name }}" title="{{ commune_name }}"/>
</a>
</h1>
{% else %}
{{ block.super }}
{% endif %}
{% endblock %}