Footer info

This commit is contained in:
Valentin Moguérou 2024-05-06 20:22:18 +02:00
parent a5651da3e8
commit 0afc683c5b
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@
{% block main %}{% endblock main %}
</main>
<footer>
{% block footer %}&copy; colles.mp2i-vms.fr 2024{% endblock footer %}
{% block footer %}&copy; colles.mp2i-vms.fr 2024 - <a href="https://git.mp2i-vms.fr/mp2i-vms/kholles-web" target="_blank">Code source</a> - <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">Licence GNU AGPL v3 or later</a>{% endblock footer %}
</footer>
</body>