add_banner_message(request,mark_safe('We have modified our <a href="%s">Terms of Service (please take a moment to read them)</a>'%reverse('terms-of-service')))
add_banner_message(
request,
mark_safe(# nosec
'We have modified our <a href="%s">Terms of Service (please take a moment to read them)</a>'
add_banner_message(request,mark_safe('By continuing to browse this website, you implicitly agree with our <a href="%s">Legal Disclaimer</a>'%reverse('legal-disclaimer')))
add_banner_message(
request,
mark_safe(# nosec
'By continuing to browse this website, you implicitly agree with our <a href="%s">Legal Disclaimer</a>'