a simple footer + traductions

This commit is contained in:
juste
2016-11-28 11:26:06 +01:00
parent 064abe0741
commit ff9ed9002e
3 changed files with 107 additions and 79 deletions

View File

@ -105,6 +105,7 @@
{% if not popup %}
<footer>
{% block footer %}
<div><a href="https://ae.utbm.fr/article.php?name=contacts">{% trans %}Contacts{% endtrans %}</a> <a href="https://ae.utbm.fr/article.php?name=legals">{% trans %}Legal Mentions{% endtrans %}</a> <a href="https://ae.utbm.fr/copyright_agent.php">{% trans %}Intellectual Property{% endtrans %}</a> <a href="https://ae.utbm.fr/article.php?name=docs:index">{% trans %}Help & Documentation{% endtrans %}</a> <a href="https://ae.utbm.fr/article.php?name=rd">{% trans %}R&D{% endtrans %}</a></div>
{% trans %}Site made by good people{% endtrans %}
{% endblock %}
</footer>