summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-08-02 11:17:59 +0200
committerLeif Johansson <leifj@sunet.se>2010-08-02 11:17:59 +0200
commit333bc65fa1f68536a7e7f47a8a9e490fac571c30 (patch)
treef25166d404e23dd40355aa98d23040d33e88be4f
parentbee4f5f14be8708b85efd5fda6a8c1b03214a08f (diff)
add login page
-rw-r--r--templates/login.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html
new file mode 100644
index 0000000..0874f40
--- /dev/null
+++ b/templates/login.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% block headline %}Login{% endblock %}
+{% block title %}COIP{% endblock %}
+{% block main %}
+<h2>Welcome!</h2>
+<p>This is coip...</p>
+<a href="/accounts/login-federated">Click here to login via your own Identity Provider</a>
+{% endblock %} \ No newline at end of file