Skip to content

Commit

Permalink
fix: fix content_url for course update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad Yousaf authored and saadyousafarbi committed Mar 6, 2024
1 parent 3a343f8 commit e3467f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={},
)
Expand Down

0 comments on commit e3467f9

Please sign in to comment.