summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-12-13 21:26:21 +0100
committerLeif Johansson <leifj@sunet.se>2010-12-13 21:26:21 +0100
commit119196f82e8096db71e899b893357ab337ca4ba9 (patch)
tree285e00479c1e4e0d416a2d4bdf391240446334df
parent7973510ca292fb52c2a4e6189af12e35fec00e43 (diff)
button for login
-rw-r--r--templates/login.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/login.html b/templates/login.html
index 03773ec..69b730e 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -5,6 +5,5 @@
<h2>Welcome!</h2>
<p>This is a technology preview of coip. Please consider signing up for the coip mailing list at coip &lt;at&gt; segate.sunet.se. Note that any data you enter
into this version of coip <em>will</em> get deleted as the database is reset regularly. Stay tuned!</p>
-<p>Right now the login doesn't work - problem being investigated</p>
-<a href="/accounts/login-federated">Click here to login via your own Identity Provider</a>
+<div class="button"><a href="/accounts/login-federated">Login</a></div>
{% endblock %} \ No newline at end of file