Skip to content

Commit 8279ba2

Browse files
chore: updated notification preference url in email digest
1 parent 290209b commit 8279ba2

File tree

1 file changed

+1
-1
lines changed
  • openedx/core/djangoapps/notifications/email

1 file changed

+1
-1
lines changed

openedx/core/djangoapps/notifications/email/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def create_email_template_context(username):
100100
"mailing_address": settings.CONTACT_MAILING_ADDRESS,
101101
"logo_url": get_logo_url_for_email(),
102102
"social_media": social_media_info,
103-
"notification_settings_url": f"{settings.ACCOUNT_MICROFRONTEND_URL}/notifications",
103+
"notification_settings_url": f"{settings.ACCOUNT_MICROFRONTEND_URL}/#notifications",
104104
"unsubscribe_url": get_unsubscribe_link(username, patch)
105105
}
106106

0 commit comments

Comments
 (0)