diff --git a/Custom_Templates/customer_templates/Norms-Sandbox-v3/_cards_course.html.liquid b/Custom_Templates/customer_templates/Norms-Sandbox-v3/_cards_course.html.liquid
index 5402ed64..0c38de7b 100644
--- a/Custom_Templates/customer_templates/Norms-Sandbox-v3/_cards_course.html.liquid
+++ b/Custom_Templates/customer_templates/Norms-Sandbox-v3/_cards_course.html.liquid
@@ -4,7 +4,7 @@
{{ course.ribbon }}
- {% endif %}
+ {% endif %}
{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
{% if course.has_to_restart? %}
+ {% endif %}
{% include "course_version_outdated_popup", path: course_path %}
{% endif %}
diff --git a/Scripts/API_Tests/add-pgaids.py b/Scripts/API_Tests/add-pgaids.py
index 2a26051c..25b82012 100644
--- a/Scripts/API_Tests/add-pgaids.py
+++ b/Scripts/API_Tests/add-pgaids.py
@@ -13,6 +13,7 @@ headers = {
"x-api-key": api_key,
"content-type": "application/json",
}
+yoyo = ""
def load_file(basefile):
diff --git a/Scripts/API_Tests/bulk_invite_and_props.py b/Scripts/API_Tests/bulk_invite_and_props.py
index 27a4954f..d7b1556e 100644
--- a/Scripts/API_Tests/bulk_invite_and_props.py
+++ b/Scripts/API_Tests/bulk_invite_and_props.py
@@ -134,11 +134,12 @@ def add_props_from_csv():
propresponse = requests.post(prop_url, json=payload, headers=HEADERS)
print(propresponse.status_code)
if propresponse.status_code != 200:
- error_tupe = (learner_uud, learner_email, agency_name)
+ error_tupe = (learner_uuid, learner_email, agency_name)
errorlist.append(error_tupe)
else:
print(f"Looks like {learner_email} and {agency_name} was successful.")
except TypeError as e:
+ print(e)
pass
finally:
print(f"Error list: {errorlist}")
diff --git a/Scripts/clone_courses.js b/Scripts/clone_courses.js
index 6767adf0..92c799f0 100644
--- a/Scripts/clone_courses.js
+++ b/Scripts/clone_courses.js
@@ -6,14 +6,16 @@ const rl =
input: process.stdin,
output: process.stdout,
})
-var userEmail= 'nrasmussen@northpass.com';
-var userPassword= 'ecx5pmy!MAN2vgh2knc';
-var otp = '056467';
+var userEmail= '@northpass.com';
+var userPassword= '!MAN2vgh2knc';
+var otp = '';
var schoolUUID = '52d19519-103f-45e3-9fa8-d21baa0f8aaa'
var courseUUIDs = [
]
+fim
+var varavar = ""
var schoolNameToCloneTo = "Anthology Partner U";
function wait(ms) {