Swapped bottom message for discord link of the IT dep

This commit is contained in:
Julien Constant 2023-03-12 15:04:18 +01:00
parent 17e0144f34
commit 02eb768033
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7
2 changed files with 5 additions and 3 deletions

View File

@ -272,7 +272,9 @@
<a href="{{ url('core:page', 'docs') }}">{% trans %}Help & Documentation{% endtrans %}</a> <a href="{{ url('core:page', 'docs') }}">{% trans %}Help & Documentation{% endtrans %}</a>
<a href="{{ url('core:page', 'rd') }}">{% trans %}R&D{% endtrans %}</a> <a href="{{ url('core:page', 'rd') }}">{% trans %}R&D{% endtrans %}</a>
</div> </div>
{% trans %}Site made by good people{% endtrans %} <a href="https://discord.gg/XK9WfPsUFm" target="_link">
{% trans %}Site created by the IT Department of the AE{% endtrans %}
</a>
{% endblock %} {% endblock %}
</footer> </footer>
{% endif %} {% endif %}

View File

@ -2563,8 +2563,8 @@ msgid "R&D"
msgstr "R&D" msgstr "R&D"
#: core/templates/core/base.jinja:262 #: core/templates/core/base.jinja:262
msgid "Site made by good people" msgid "Site created by the IT Department of the AE"
msgstr "Site réalisé par des gens bons" msgstr "Site réalisé par le Pôle Informatique de l'AE"
#: core/templates/core/create.jinja:4 core/templates/core/create.jinja:8 #: core/templates/core/create.jinja:4 core/templates/core/create.jinja:8
#, python-format #, python-format