diff --git a/awx/templates/rest_framework/base.html b/awx/templates/rest_framework/base.html index 8cb5ab97fb..6ed3cd456f 100644 --- a/awx/templates/rest_framework/base.html +++ b/awx/templates/rest_framework/base.html @@ -138,8 +138,10 @@
{{ content }}{% endautoescape %}
+{# Original line below had the side effect of also escaping content: #}
+{# {{ content|urlize_quoted_links }}{% endautoescape %} #}
+{# For Ansible Tower, disable automatic URL creation and move content outside of autoescape off block. #}
+{% endautoescape %}{{ content }}