X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=templates%2Fadmin%2Fproviders%2Fsaml2.html;h=5185a6ff25eb38e132c0b4cda23dbed3fed2d232;hp=0d0a05fe9bbeb882aa7848f8d293a7e6037a09ec;hb=8cdf10beebc47e1dfa095d052a2f7ed317e905a0;hpb=671c9261307a23daaeafdaf3263accc836ba7b70;ds=inline diff --git a/templates/admin/providers/saml2.html b/templates/admin/providers/saml2.html index 0d0a05f..5185a6f 100644 --- a/templates/admin/providers/saml2.html +++ b/templates/admin/providers/saml2.html @@ -1,23 +1,16 @@ {% extends "master-admin.html" %} {% block main %} -{% if user.is_admin %} -

Service Providers

+

Service Providers

+
+{% for p in providers %}
- Add New + {{ p.name }}
-
-
- {% for p in providers %} -
-
- {{ p.name }} -
-
- {{ p.provider_id }} -
+
+ {{ p.provider_id }}
- {% endfor %} -{% endif %} +
+{% endfor %} {% endblock %}