From 9f7fd9261369ecd124be8654fce78890c0d2cf53 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 15 May 2025 21:54:57 -0400 Subject: [PATCH] DeepL templates. Chubb script. --- .../DeepL/_course_progress_and_cta.html.liquid | 2 +- .../customer_templates/DeepL/public_certificate.html.liquid | 1 + Scripts/API_Tests/bulk_invite_and_props.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Custom_Templates/customer_templates/DeepL/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/DeepL/_course_progress_and_cta.html.liquid index 2ff2773e..943d58f8 100644 --- a/Custom_Templates/customer_templates/DeepL/_course_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/DeepL/_course_progress_and_cta.html.liquid @@ -74,4 +74,4 @@ width: 100%; max-width: 150px; } - \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/DeepL/public_certificate.html.liquid b/Custom_Templates/customer_templates/DeepL/public_certificate.html.liquid index 15d05419..344bb832 100644 --- a/Custom_Templates/customer_templates/DeepL/public_certificate.html.liquid +++ b/Custom_Templates/customer_templates/DeepL/public_certificate.html.liquid @@ -1,5 +1,6 @@ {% include "header" %} {% include "certificates_top_bar" %} +
diff --git a/Scripts/API_Tests/bulk_invite_and_props.py b/Scripts/API_Tests/bulk_invite_and_props.py index d772ce22..a95a2523 100644 --- a/Scripts/API_Tests/bulk_invite_and_props.py +++ b/Scripts/API_Tests/bulk_invite_and_props.py @@ -11,7 +11,7 @@ HEADERS = { "X-Api-Key": APIKEY, } BASEURL = "https://api.northpass.com/v2/" -IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-43025.csv" +IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-51325.csv" def bulk_invite_and_group():