From 3f345b77231fb0ea2f955e759b42fd48b94256ef Mon Sep 17 00:00:00 2001
From: "Miksa, Tomasz" <tomasz.miksa@tuwien.ac.at>
Date: Tue, 24 Sep 2024 15:49:57 +0200
Subject: [PATCH] Update forms.py: change the consent message to: Allow the
repository team to curate the metadata of my uploads after publication to
facilitate long-term preservation
---
invenio_config_tuw/forms.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invenio_config_tuw/forms.py b/invenio_config_tuw/forms.py
index 349bd40..7854a15 100644
--- a/invenio_config_tuw/forms.py
+++ b/invenio_config_tuw/forms.py
@@ -39,7 +39,7 @@ def tuw_registration_form(*args, **kwargs):
f"Accept the <a href='{terms_of_use_url}' target='_blank'>Terms and Conditions</a> (<strong>required</strong>)" # noqa
)
curation_consent_message = Markup(
- "Allow the repository team to curate the metadata of my uploads after publication"
+ "Allow the repository team to curate the metadata of my uploads after publication to facilitate long-term preservation"
)
class UserProfileForm(Form):
--
GitLab