diff --git a/benefits/core/templates/core/logged-out.html b/benefits/core/templates/core/logged-out.html index 2c3f1f1f6..2e53ae63d 100644 --- a/benefits/core/templates/core/logged-out.html +++ b/benefits/core/templates/core/logged-out.html @@ -7,12 +7,10 @@ {% block main-content %}
+ {% if authentication and authentication.logged_in and authentication.sign_out_button_template %} +
{% translate "If you are on a public or shared computer, don’t forget to sign out of " %} {% include authentication.sign_out_button_template %}