feat: updated content in course_update notification (#35373)
This commit is contained in:
committed by
GitHub
parent
1c2b804ef7
commit
481a50717a
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user