Skip to content

Commit

Permalink
chore: updated notification preference url in email digest (#36101)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadadeeltajamul authored Jan 13, 2025
1 parent 290209b commit f4c2b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/notifications/email/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def create_email_template_context(username):
"mailing_address": settings.CONTACT_MAILING_ADDRESS,
"logo_url": get_logo_url_for_email(),
"social_media": social_media_info,
"notification_settings_url": f"{settings.ACCOUNT_MICROFRONTEND_URL}/notifications",
"notification_settings_url": f"{settings.ACCOUNT_MICROFRONTEND_URL}/#notifications",
"unsubscribe_url": get_unsubscribe_link(username, patch)
}

Expand Down

0 comments on commit f4c2b46

Please sign in to comment.