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