diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/.DS_Store b/Custom_Templates/customer_templates/Pipedrive - Learn/.DS_Store
deleted file mode 100644
index 5008ddfc..00000000
Binary files a/Custom_Templates/customer_templates/Pipedrive - Learn/.DS_Store and /dev/null differ
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_avatar.html.liquid
index 47a2be14..419feed8 100644
--- a/Custom_Templates/customer_templates/Pipedrive - Learn/_account_avatar.html.liquid
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_avatar.html.liquid
@@ -24,7 +24,7 @@
/>
{% if current_school.properties.sandbox == false %}
const deletionInput = document.getElementById('account-deletion-confirmation-input');
-
+
deletionInput.addEventListener('input', () => {
const button = document.querySelector('#confirm-deletion');
if (deletionInput.value.toLowerCase() !== 'delete') {
@@ -129,7 +129,7 @@
button.classList.remove('button-deletion-disabled');
}
});
-
+
function sendDeleteRequest() {
document.querySelector('.account-deletion-popup-confirmation').classList.add('np-hidden');
document.querySelector('.account-deletion-popup-goodbye').classList.remove('np-hidden');
@@ -137,7 +137,7 @@
const personEmail = '{{ current_person.email }}'
const personTime = '{{ current_person.created_at | replace_first: " ", "T" | replace_first: " +0000", ".000000+00:00" }}';
const xhr = new XMLHttpRequest();
-
+
{% if current_school.sso_active? %}
var url = 'https://webhooks.workato.com/webhooks/rest/bd1a1eb7-7e79-4208-a1db-8e9c7440bcc9/pipedrive-sso-delete-myself'
{% else %}
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_banner_search_page.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_banner_search_page.html.liquid
index 44a09d55..53197a97 100644
--- a/Custom_Templates/customer_templates/Pipedrive - Learn/_banner_search_page.html.liquid
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_banner_search_page.html.liquid
@@ -17,7 +17,7 @@
Trouvez les meilleures formations, vidéos tutoriels et webinaires pour maîtriser votre CRM et vos compétences commerciales.
Encontre os melhores cursos de treinamento, tutoriais em vídeo e webinars para dominar seu CRM e suas habilidades em vendas.
-