feat: updated content in course_update notification (#35373)

This commit is contained in:
Muhammad Adeel Tajamul
2024-08-29 06:07:57 -07:00
committed by GitHub
parent 1c2b804ef7
commit 481a50717a
3 changed files with 63 additions and 4 deletions

View File

@@ -181,8 +181,7 @@ COURSE_NOTIFICATION_TYPES = {
'push': True,
'email_cadence': EmailCadence.DAILY,
'non_editable': [],
'content_template': _('<{p}>You have a new course update: '
'<{strong}>{course_update_content}</{strong}></{p}>'),
'content_template': _('<{p}><{strong}>{course_update_content}</{strong}></{p}>'),
'content_context': {
'course_update_content': 'Course update',
},