diff --git a/lms/templates/logout.html b/lms/templates/logout.html index 48a9428c84db..272d93354297 100644 --- a/lms/templates/logout.html +++ b/lms/templates/logout.html @@ -10,9 +10,9 @@
{% blocktrans trimmed asvar sso_signout_msg %} - {start_anchor}Click here{end_anchor} to delete your single signed on (SSO) session. + {start_anchor}{{ tpa_logout_url }}{middle_anchor}Click here{end_anchor} to delete your single signed on (SSO) session. {% endblocktrans %} - {% interpolate_html sso_signout_msg start_anchor=''|safe end_anchor=''|safe %} + {% interpolate_html sso_signout_msg start_anchor=''|safe end_anchor=''|safe %}
{% else %} @@ -36,9 +36,9 @@{% blocktrans trimmed asvar signout_msg1 %} - If you are not redirected within 5 seconds, {start_anchor}click here to go to the home page{end_anchor}. + If you are not redirected within 5 seconds, {start_anchor}{{ target }}{middle_anchor}click here to go to the home page{end_anchor}. {% endblocktrans %} - {% interpolate_html signout_msg1 start_anchor=''|safe end_anchor=''|safe %} + {% interpolate_html signout_msg1 start_anchor=''|safe end_anchor=''|safe %}
{% endif %}