diff --git a/src/app/templates/base.html b/src/app/templates/base.html
index 97c2ec0290ac20e82577b3a7d2825233eefd4497..c279f282b95e424dc7340dc6dc08464f23c61b30 100644
--- a/src/app/templates/base.html
+++ b/src/app/templates/base.html
@@ -10,9 +10,9 @@
     <div id="content">{% block content %}{% endblock %}</div>
     <div id="footer">
         {% block footer %}
-        &copy; Copyright 2020 Institut polytechnique de Grenoble (Grenoble INP Institute of Engineering and
-        Management).<br />
-        Research and development by Tétras Libre SARL (https://www.tetras-libre.fr/), funded by the RAPID project
+        &copy; Copyright 2020 <a href="https://www.grenoble-inp.fr/">Institut polytechnique de Grenoble (Grenoble INP Institute of Engineering and
+            Management)</a>.<br />
+        Research and development by <a href="https://www.tetras-libre.fr/">Tétras Libre SARL</a>, funded by the RAPID project
         UNseL.<br />
         <a href="https://gitlab.tetras-libre.fr/unl/">Code available under CeCILL-B License</a>
         {% endblock %}