diff --git a/src/app/templates/base.html b/src/app/templates/base.html index 539acf5fa6f4556b142f00ec2d5f9a6ff2132521..019df759ade2d92f92321a8a02b8d8f58739afc9 100644 --- a/src/app/templates/base.html +++ b/src/app/templates/base.html @@ -10,7 +10,11 @@ <div id="content">{% block content %}{% endblock %}</div> <div id="footer"> {% block footer %} - © Copyright 2020 by <a href="https://tetras-libre.fr">Tetras Libre</a>. + © 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 + UNseL.<br /> + <a href="https://gitlab.tetras-libre.fr/unl/web-service-demo">Code available under CeCILL-B License</a> {% endblock %} </div> </body>