src/iconolab/templates/iconolab_base.html
changeset 135 8de104e8f3ad
parent 98 2b738b88d483
child 145 de5736883786
--- a/src/iconolab/templates/iconolab_base.html	Wed Aug 17 15:20:08 2016 +0200
+++ b/src/iconolab/templates/iconolab_base.html	Wed Aug 17 16:46:20 2016 +0200
@@ -1,6 +1,7 @@
 {% load staticfiles %}
 
 {% load notifications_tags %}
+{% load iconolab_tags %}
 
 <!DOCTYPE html>
 <html>
@@ -37,4 +38,17 @@
 
 	    {% endblock %}
 	</body>
+    <footer>
+      <div class="container">
+      <hr>
+      <div class="pull-left" style="margin-left:15px;">
+        <h4><small>Version {% version %}</small></h4>
+      </div>
+      <div class="pull-right partners-icons">
+        <a href="http://www.iri.centrepompidou.fr"><img src="{% static 'iconolab/img/logo_IRI_footer.png' %}"></a>
+        &nbsp;&nbsp;
+        <a href="http://www.culturecommunication.gouv.fr/"><img src="{% static 'iconolab/img/logo_mcc_footer.png' %}"></a>
+      </div>
+      </div>
+    </footer>
 </html>
\ No newline at end of file