summaryrefslogtreecommitdiffstats
path: root/templates/login/gssapi.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login/gssapi.html')
-rw-r--r--templates/login/gssapi.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/login/gssapi.html b/templates/login/gssapi.html
new file mode 100644
index 0000000..e5c0844
--- /dev/null
+++ b/templates/login/gssapi.html
@@ -0,0 +1,7 @@
+{% extends "master.html" %}
+{% block main %}
+<div id="login">
+ <p>Press <a href="{{ cont }}">here</a> if your browser does not
+ redirect you in a few seconds</p>
+</div>
+{% endblock %}