changement dans le footer
This commit is contained in:
parent
160becba92
commit
5e4d0ce64a
1 changed files with 2 additions and 2 deletions
|
@ -44,12 +44,12 @@
|
||||||
{% if licences_page %}
|
{% if licences_page %}
|
||||||
<a href="{% url 'page' 'licences' %}">{{ licences_page.title }}</a>
|
<a href="{% url 'page' 'licences' %}">{{ licences_page.title }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--
|
•
|
||||||
{% get_page 'legal' as legal_page %}
|
{% get_page 'legal' as legal_page %}
|
||||||
{% if legal_page %}
|
{% if legal_page %}
|
||||||
<a href="{% url 'page' 'legal' %}">{{ legal_page.title }}</a>
|
<a href="{% url 'page' 'legal' %}">{{ legal_page.title }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--
|
•
|
||||||
{% get_page 'contact' as contact_page %}
|
{% get_page 'contact' as contact_page %}
|
||||||
{% if contact_page %}
|
{% if contact_page %}
|
||||||
<a href="{% url 'page' 'contact' %}">{{ contact_page.title }}</a>
|
<a href="{% url 'page' 'contact' %}">{{ contact_page.title }}</a>
|
||||||
|
|
Loading…
Reference in a new issue