From 22636838d95497b5bb84d9ba511fa561ae1d59fb Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Mon, 11 May 2020 16:50:49 +0200 Subject: [PATCH] Add institutions links --- src/app/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/templates/base.html b/src/app/templates/base.html index 97c2ec0..c279f28 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 %} - © 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 + © 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 %} -- GitLab