summaryrefslogtreecommitdiff
path: root/src/templates/apps/auth
diff options
context:
space:
mode:
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