summaryrefslogtreecommitdiff
path: root/src/templates/apps/auth/login.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-04 15:39:08 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-04 15:39:08 +0200
commit2bdad0ae7a3a6e4ec5116becd39910388b679ed2 (patch)
tree5afdfba0a93c1af50d53bdc245d57cc4053e109a /src/templates/apps/auth/login.html
parent873e7823970352d591deee5f67f47c5436ee0e84 (diff)
restructure
Diffstat (limited to 'src/templates/apps/auth/login.html')
-rw-r--r--src/templates/apps/auth/login.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/templates/apps/auth/login.html b/src/templates/apps/auth/login.html
deleted file mode 100644
index e72e73a..0000000
--- a/src/templates/apps/auth/login.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "base.html" %}
-{% block headline %}Login{% endblock %}
-{% block title %}SUNET Meeting Tools{% endblock %}
-{% block content %}
-<div class="hero-unit">
- <h1>Online Meetings</h1>
- <p>Welcome to the meeting tools. Either <a class="btn btn-small btn-primary" href="/accounts/login-federated">Login</a> to manage
- your meeting rooms and recordings, or ...</p>
- <a class="btn btn-large btn-success pull-right" href="/accounts/login-federated?next=/user/myroom">Click here to Start a Meeting Now &raquo;&raquo;</a>
-</div>
-{% endblock %} \ No newline at end of file