equal
deleted
inserted
replaced
|
1 {% load staticfiles %} |
|
2 {% load iconolab_tags %} |
|
3 |
|
4 <div class="container"> |
|
5 <hr style="margin-top: 5px;"> |
|
6 <div class="pull-left footer-info"> |
|
7 <h4><small>Version {% version %}</small></h4> |
|
8 </div> |
|
9 <div class="pull-right partners-icons"> |
|
10 <a href="http://www.iri.centrepompidou.fr"><img src="{% static 'iconolab/img/logo_IRI_footer.png' %}"></a> |
|
11 |
|
12 <a href="http://www.culturecommunication.gouv.fr/"><img src="{% static 'iconolab_mcc/img/logo_mcc_footer.png' %}"></a> |
|
13 </div> |
|
14 <div class="pull-right footer-link"> |
|
15 <h4><small><a href="{% url 'iconolab_mcc_legals' %}">Mentions légales</a></small></h4> |
|
16 </div> |
|
17 <div class="pull-right footer-link"> |
|
18 <h4><small><a href="{% url 'iconolab_mcc_credits' %}">Crédits</a></small></h4> |
|
19 </div> |
|
20 <div class="pull-right footer-link"> |
|
21 <h4><small><a href="{% url 'iconolab_mcc_charter' %}">Charte de contribution</a></small></h4> |
|
22 </div> |
|
23 <div class="pull-right footer-link"> |
|
24 <h4><small><a href="{% url 'iconolab_glossary' %}">Glossaire</a></small></h4> |
|
25 </div> |
|
26 </div> |