From 7351b90c74da712a7c6a636142de05cd9b3516e3 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 4 Oct 2012 20:20:36 +0200 Subject: more djangosaml2 --- templates/djangosaml2/wayf.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/djangosaml2/wayf.html (limited to 'templates/djangosaml2') diff --git a/templates/djangosaml2/wayf.html b/templates/djangosaml2/wayf.html new file mode 100644 index 0000000..d905b37 --- /dev/null +++ b/templates/djangosaml2/wayf.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} +{% block headline %}Login{% endblock %} +{% block title %}Meeting Tools{% endblock %} +{% block content %} +

Authentication Required

+

Please select your Identity Provider from the following list:

+
+ + +
+{% endblock %} \ No newline at end of file -- cgit v1.1