Skip to content

Commit

Permalink
feat: delete contact button for not activate user
Browse files Browse the repository at this point in the history
  • Loading branch information
Gi-ron committed Apr 8, 2024
1 parent 521618d commit 13e19c0
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 13e19c0

Please sign in to comment.