From 63f07191098c72d75c7e23aa7bb76be0c625f1ef Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Mon, 1 Jun 2015 23:57:52 +0200 Subject: [PATCH] xml compact suite --- cas_server/templates/cas_server/serviceValidate.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cas_server/templates/cas_server/serviceValidate.xml b/cas_server/templates/cas_server/serviceValidate.xml index 1e5d1a6..f2cdc90 100644 --- a/cas_server/templates/cas_server/serviceValidate.xml +++ b/cas_server/templates/cas_server/serviceValidate.xml @@ -6,8 +6,8 @@ {% endfor %} {% for key, value in attributes %} {% endfor %}{% if proxyGrantingTicket %} - {{proxyGrantingTicket}}{% endif %} -{% if proxies %} + {{proxyGrantingTicket}}{% endif %}{% if proxies %} + {% for proxy in proxies %} {{proxy}} {% endfor %} {% endif %}