We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290209b commit 8279ba2Copy full SHA for 8279ba2
openedx/core/djangoapps/notifications/email/utils.py
@@ -100,7 +100,7 @@ def create_email_template_context(username):
100
"mailing_address": settings.CONTACT_MAILING_ADDRESS,
101
"logo_url": get_logo_url_for_email(),
102
"social_media": social_media_info,
103
- "notification_settings_url": f"{settings.ACCOUNT_MICROFRONTEND_URL}/notifications",
+ "notification_settings_url": f"{settings.ACCOUNT_MICROFRONTEND_URL}/#notifications",
104
"unsubscribe_url": get_unsubscribe_link(username, patch)
105
}
106
0 commit comments