Skip to content

Commit

Permalink
SDCSSRM 642 View Cookies button redirect fix (#51)
Browse files Browse the repository at this point in the history
* added settingsLinkTextURL

* removed settingsLinkURL for cookies banner
  • Loading branch information
dbanks91 authored Jul 25, 2024
1 parent ddece05 commit 7af9d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rh_ui/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'lang': g.lang_code,
'statementTitle': _('Cookies'),
'serviceName': '',
'settingsLinkURL': cookiesPageURL,
'settingsLinkTextURL': cookiesPageURL,
'statementText': _("To collect information about how you use this website, we use%(open_cookies_link)s cookies.%(close_link)s</br>
This information helps us improve our services and make sure that the website works as well as possible.",
open_cookies_link='<a href="%s">' % cookiesPageURL, close_link='</a>'),
Expand Down

0 comments on commit 7af9d22

Please sign in to comment.