From e3547ec9148642659c3708db8a54fb008b1d9995 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 4 Apr 2014 13:08:02 -0400 Subject: Admin functions to add new Service Providers Signed-off-by: Simo Sorce --- templates/admin/providers/saml2.html | 5 +++++ templates/admin/providers/saml2_sp_new.html | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 templates/admin/providers/saml2_sp_new.html (limited to 'templates') diff --git a/templates/admin/providers/saml2.html b/templates/admin/providers/saml2.html index 5185a6f..2e4aff3 100644 --- a/templates/admin/providers/saml2.html +++ b/templates/admin/providers/saml2.html @@ -2,6 +2,11 @@ {% block main %}

Service Providers

+
+
+ Add New +
+

{% for p in providers %}
diff --git a/templates/admin/providers/saml2_sp_new.html b/templates/admin/providers/saml2_sp_new.html new file mode 100644 index 0000000..bf83fb2 --- /dev/null +++ b/templates/admin/providers/saml2_sp_new.html @@ -0,0 +1,28 @@ +{% extends "master-admin.html" %} +{% block main %} +

{{ title }}

+ {% if message %} +
+

{{ message }}

+
+ {% endif %} +
+
+ +
+ + +
+ +
+ + +
+ + + Back +
+
+{% endblock %} -- cgit