+ You have opted to be notified for this course. You will receive an email when the course becomes available.
+
×
+
+
{% if course.video_link %}
diff --git a/school/www/courses/course.js b/school/www/courses/course.js
index eefcd3eb..4a5c3c81 100644
--- a/school/www/courses/course.js
+++ b/school/www/courses/course.js
@@ -215,8 +215,8 @@ var notify_user = (e) => {
"course": course
},
callback: (data) => {
- frappe.msgprint(__("Your interest has been noted. We'll notify you via email when this course becomes available."));
- $("#notify-me").attr("disabled", true).attr("title", "Your interest has already been noted");
+ $("#interest-alert").removeClass("hide");
+ $("#notify-me").addClass("hide");
}
})
}