Update dashboard alert link and account settings page styling

This commit is contained in:
Saleem Latif
2019-01-30 14:28:32 +05:00
parent bf6301c11e
commit 63f8074402
2 changed files with 2 additions and 2 deletions

View File

@@ -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>")

View File

@@ -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