fix: fix content_url for course update notification

This commit is contained in:
Saad Yousaf
2024-03-06 13:45:51 +05:00
committed by Saad Yousaf
parent 3a343f8301
commit e3467f91a3

View File

@@ -1975,7 +1975,7 @@ def send_course_update_notification(course_key, content, user):
**extra_context,
},
notification_type="course_update",
content_url=f"{settings.LMS_BASE}/courses/{str(course_key)}/course/updates",
content_url=f"{settings.LMS_ROOT_URL}/courses/{str(course_key)}/course/updates",
app_name="updates",
audience_filters={},
)