From 7938997cf7d0004b5254845f615e4424fcc5bc40 Mon Sep 17 00:00:00 2001 From: kimakan <45099849+kimakan@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:24:46 +0200 Subject: [PATCH] add SITE_PUBLISHER setting to the terms of use --- .../auth/templates/account/terms_of_use.html | 22 +++++++++---------- daiquiri/core/settings/django.py | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/daiquiri/auth/templates/account/terms_of_use.html b/daiquiri/auth/templates/account/terms_of_use.html index 1adef784..b3d150df 100644 --- a/daiquiri/auth/templates/account/terms_of_use.html +++ b/daiquiri/auth/templates/account/terms_of_use.html @@ -9,16 +9,16 @@ } -
- Registering for use of a webservice at AIP is creating an account for the webservice. + Registering for use of a webservice at {{ settings.SITE_PUBLISHER }} is creating an account for the webservice.
A registered user is provided with a limited storage space to cache their results from - queries to data provided via this webservice. + queries to data provided via this webservice.
- The usage includes the management of the allocated storage space by the registered user + The usage includes the management of the allocated storage space by the registered user by provided means (via TAP protocol or web interface).
- The AIP reserves the right to remove the allocated storage + The {{ settings.SITE_PUBLISHER }} reserves the right to remove the allocated storage
- The AIP also reserves the right to terminate the account unlaterally without recourse + The {{ settings.SITE_PUBLISHER }} also reserves the right to terminate the account unlaterally without recourse if the usage is deemed harmful or unlawful.
- For creating the user account only minimal personal data is collected. + For creating the user account only minimal personal data is collected.
The collected personal data is neither used for other than the stated means, @@ -64,11 +64,11 @@
- Neither the API, nor the webservice providers shall be held accountable for any - loss of data or data integrity of the user's storage space. + Neither the {{ settings.SITE_PUBLISHER }} , nor the webservice providers shall be held accountable for any + loss of data or data integrity of the user's storage space.
- No guarantee is provided that login is possible at all times. + No guarantee is provided that login is possible at all times.
The service is offered on a best effort basis. @@ -77,7 +77,7 @@
- By acknowledigng these terms the user is consenting to the above statements. + By acknowledigng these terms the user is consenting to the above statements.