changement dans le footer

This commit is contained in:
deed 2019-07-23 16:13:23 +02:00
parent 160becba92
commit 5e4d0ce64a

View file

@ -44,12 +44,12 @@
{% if licences_page %}
<a href="{% url 'page' 'licences' %}">{{ licences_page.title }}</a>
{% endif %}
--
{% get_page 'legal' as legal_page %}
{% if legal_page %}
<a href="{% url 'page' 'legal' %}">{{ legal_page.title }}</a>
{% endif %}
--
{% get_page 'contact' as contact_page %}
{% if contact_page %}
<a href="{% url 'page' 'contact' %}">{{ contact_page.title }}</a>