diff options
author | Leif Johansson <leifj@sunet.se> | 2011-02-08 20:46:40 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-02-08 20:46:40 +0100 |
commit | 0fb514f0a73aef806b826348d043c68534af2745 (patch) | |
tree | bd388ab8e3de4c93a6ba0a5e1b83a4087a14b6e2 /templates/login.html | |
parent | a20ff434501a099b259da903d88b47bb77e07469 (diff) |
v1
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..03ecd2a --- /dev/null +++ b/templates/login.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block headline %}Login{% endblock %} +{% block title %}SUNET Meeting Tools{% endblock %} +{% block content %} +<h2>Welcome!</h2> +<p class="ui-state-highlight ui-corner-all">This is a technology preview of the SUNET Meeting Tools. Contact Johnny or Marcus for more info!</p> +<div class="button"><a href="/accounts/login-federated">Login</a></div> +{% endblock %}
\ No newline at end of file |