summaryrefslogtreecommitdiff
path: root/src/templates/apps/auth
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-04-05 12:36:58 +0200
committerLeif Johansson <leifj@sunet.se>2011-04-05 12:36:58 +0200
commit838b9d6fdbb9112ee70a72b8846f739e8a3b8879 (patch)
treec210512b1054e882d455de6466097705f3a485e7 /src/templates/apps/auth
parent79383e47a772e7d9197179c2be8e6b66e160806c (diff)
new skin
Diffstat (limited to 'src/templates/apps/auth')
-rw-r--r--src/templates/apps/auth/login.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/templates/apps/auth/login.html b/src/templates/apps/auth/login.html
new file mode 100644
index 0000000..b5302a7
--- /dev/null
+++ b/src/templates/apps/auth/login.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% load prefix %}
+{% block headline %}Login{% endblock %}
+{% block title %}SUNET Meeting Tools{% endblock %}
+{% block content %}
+<h2>Welcome!</h2>
+<p>This is a technology preview of the SUNET Meeting Tools. Contact Johnny or Marcus for more info!</p>
+<div class="button"><a href="{% prefix %}/accounts/login-federated">Login</a></div>
+{% endblock %} \ No newline at end of file