diff --git a/photo21/templates/index.html b/photo21/templates/index.html index dd0f63a..276e65a 100644 --- a/photo21/templates/index.html +++ b/photo21/templates/index.html @@ -12,7 +12,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% blocktranslate trimmed %} This website aims to collect the pictures and movies taken in the student - life of ENS Paris-Saclay-Saclay or involving its students. + life of ENS Paris-Saclay or involving its students. {% endblocktranslate %}
@@ -48,4 +48,19 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endfor %} + +
+ {% blocktranslate trimmed %}
+ Because we value your privacy, we do not sell the data on this site,
+ unlike many free online platforms.
+ The dedicated server running this website is kindly hosted by the
+ Crans at the ENS Paris-Saclay
+ basement.
+ It is not managed by the Crans. Current active administrators are:
+ {% endblocktranslate %}
+ {% for user in superusers %} {{ user.username }}{% endfor %}.
+ {% trans "They should be contacted at" %}
+ photos@crans.org.
+