From 15ef3579e537523ea97714bf80c63f2f8f30d4bd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 27 Mar 2014 12:57:19 -0400 Subject: Saml2 initial admin page Signed-off-by: Simo Sorce --- templates/admin/providers/saml2.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/admin/providers/saml2.html (limited to 'templates/admin/providers') diff --git a/templates/admin/providers/saml2.html b/templates/admin/providers/saml2.html new file mode 100644 index 0000000..0d0a05f --- /dev/null +++ b/templates/admin/providers/saml2.html @@ -0,0 +1,23 @@ +{% extends "master-admin.html" %} +{% block main %} +{% if user.is_admin %} +

Service Providers

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