diff --git a/templates/sso/serviceaccount/created.html b/templates/sso/serviceaccount/created.html index dc92fa9..4c75fa5 100644 --- a/templates/sso/serviceaccount/created.html +++ b/templates/sso/serviceaccount/created.html @@ -15,7 +15,7 @@ this is incorrect please raise a bug on the tracker. Service:{{ acc.service.name }} Service URL:{{ acc.service.url }} {% for key,value in ret.items %} -{{ key|title }}:{{ value }} +{{ key|title }}:{{ value|safe }} {% endfor %}