author | Riwad Salim |
Wed, 23 May 2018 12:42:37 +0200 | |
changeset 1 | 309def3c05dc |
child 25 | 607cdf16caf5 |
permissions | -rw-r--r-- |
1
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
1 |
{% load staticfiles %} |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
2 |
{% load iconolab_tags %} |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
3 |
|
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
4 |
<div class="container"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
5 |
<hr style="margin-top: 5px;"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
6 |
<div class="pull-left footer-info"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
7 |
<h4><small>Version {% version %}</small></h4> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
8 |
</div> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
9 |
<div class="pull-right partners-icons"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
10 |
<a href="http://www.iri.centrepompidou.fr"><img src="{% static 'iconolab/img/logo_IRI_footer.png' %}"></a> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
11 |
|
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
12 |
<a href="http://www.culturecommunication.gouv.fr/"><img src="{% static 'iconolab_mcc/img/logo_mcc_footer.png' %}"></a> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
13 |
</div> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
14 |
<div class="pull-right footer-link"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
15 |
<h4><small><a href="{% url 'iconolab_mcc_legals' %}">Mentions légales</a></small></h4> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
16 |
</div> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
17 |
<div class="pull-right footer-link"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
18 |
<h4><small><a href="{% url 'iconolab_mcc_credits' %}">Crédits</a></small></h4> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
19 |
</div> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
20 |
<div class="pull-right footer-link"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
21 |
<h4><small><a href="{% url 'iconolab_mcc_charter' %}">Charte de contribution</a></small></h4> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
22 |
</div> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
23 |
<div class="pull-right footer-link"> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
24 |
<h4><small><a href="{% url 'iconolab_glossary' %}">Glossaire</a></small></h4> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
25 |
</div> |
309def3c05dc
Adding specific items to iconolab-mcc project interface
Riwad Salim
parents:
diff
changeset
|
26 |
</div> |