diff options
Diffstat (limited to 'src/templates/apps/auth')
-rw-r--r-- | src/templates/apps/auth/login.html | 11 |
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 »»</a> -</div> -{% endblock %}
\ No newline at end of file |