summaryrefslogtreecommitdiff
path: root/src/templates/login.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-02-09 11:06:55 +0100
committerLeif Johansson <leifj@sunet.se>2011-02-09 11:06:55 +0100
commitc33af4c971f26fcf3e7eb61a6c3dd8e8af8418a6 (patch)
tree8cbdeaeb48e3bfb5f4dd7d3ab190f8b8be634479 /src/templates/login.html
parent5f6b0000b9f611c56f42ff37f32003325c410947 (diff)
restructure
Diffstat (limited to 'src/templates/login.html')
-rw-r--r--src/templates/login.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/templates/login.html b/src/templates/login.html
new file mode 100644
index 0000000..e50e124
--- /dev/null
+++ b/src/templates/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 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="{% prefix %}/accounts/login-federated">Login</a></div>
+{% endblock %} \ No newline at end of file