Skip to content

Commit

Permalink
Merge pull request #671 from gymnasium/feature/185-account-deletion-d…
Browse files Browse the repository at this point in the history
…isclaimer

[Feature] Add disclaimer to account deletion text
  • Loading branch information
rediris committed Sep 14, 2021
2 parents cb62ef4 + e2d6a60 commit 8315918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/gymnasium.js
Expand Up @@ -193,7 +193,7 @@ class Gymnasium {
location: cityId,
utm_campaign: "Registration",
carrot_type: "Gymnasium Registration",
carrot_topic: "GYM REG",
carrot_topic: "GYM REG", // How Heard Other in CW
PROC: "AWUISubmitExternalLead",
};

Expand Down
1 change: 1 addition & 0 deletions partials/account-deletion.html
Expand Up @@ -4,6 +4,7 @@
---
<div id="deletion-helper" class="hide" style="display: none;">
<p>To delete your data, please fill out <a href="https://privacyportal.onetrust.com/webform/05f24bb5-a0c4-43d4-966e-05606d5be9ca/93b6b82e-baf8-4adc-8998-0df20831be6d" rel="noopener" target="_blank">our data deletion request form</a>.</p>
<p>Be advised that deleting your data will remove any certificates/badges that you have earned on the Gymnasium. Please back up (or download) your certificates/badges immediately if you plan on keeping them.</p>
</div>
<script>
window.addEventListener('load', (event) => {
Expand Down

0 comments on commit 8315918

Please sign in to comment.