doc: third-party auth

This commit is contained in:
imperosol
2026-07-15 16:28:05 +02:00
parent 3fc95e8828
commit 99ed3f4a52
13 changed files with 394 additions and 30 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
{% endtrans %}
</p>
<p class="margin-bottom">
{% trans trimmed app=third_party_app, cgu_link=third_party_cgu, sith_cgu_link=sith_cgu %}
The privacy policies of <a href="{{ cgu_link }}">{{ app }}</a>
{% trans trimmed app=third_party_app, privacy_link=third_party_cgu, sith_cgu_link=sith_cgu %}
The privacy policies of <a href="{{ privacy_link }}">{{ app }}</a>
and of <a href="{{ sith_cgu_link }}">the Students' Association</a>
applies as soon as the form is submitted.
{% endtrans %}