Skip to content

Commit

Permalink
Merge pull request #816 from eduNEXT/sgb/user-notice
Browse files Browse the repository at this point in the history
Sgb/user notice
  • Loading branch information
Gi-ron authored Apr 8, 2024
2 parents 521618d + 13e19c0 commit d8737fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/djangoapps/student/views/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ def student_dashboard(request): # lint-amnesty, pylint: disable=too-many-statem
if not user.is_active:
activate_account_message = Text(_(
"Check your {email_start}{email}{email_end} inbox for an account activation link from {platform_name}. "
"If you need help, contact {link_start}{platform_name} Support{link_end}."
)).format(
platform_name=platform_name,
email_start=HTML("<strong>"),
Expand Down

0 comments on commit d8737fe

Please sign in to comment.