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>")
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
secondaryEmailFieldData = {
|
||||
model: userAccountModel,
|
||||
title: gettext('Recovery Address'),
|
||||
title: gettext('Recovery Email Address'),
|
||||
valueAttribute: 'secondary_email',
|
||||
helpMessage: gettext('You may access your account when single-sign on is not available.'),
|
||||
persistChanges: true
|
||||
|
||||
Reference in New Issue
Block a user