Update dashboard alert link and account settings page styling
This commit is contained in:
@@ -642,7 +642,7 @@ def student_dashboard(request):
|
||||
"Add a recovery email to retain access when single-sign on is not available. "
|
||||
"Go to {link_start}your Account Settings{link_end}.")
|
||||
).format(
|
||||
link_start=HTML("<a target='_blank' href='{account_setting_page}'>").format(
|
||||
link_start=HTML("<a href='{account_setting_page}'>").format(
|
||||
account_setting_page=reverse('account_settings'),
|
||||
),
|
||||
link_end=HTML("</a>")
|
||||
|
||||
Reference in New Issue
Block a user