diff options
author | Leif Johansson <leifj@sunet.se> | 2012-10-04 15:11:49 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-10-04 15:11:49 +0200 |
commit | a8f72fab3a15120da2332c314836c1b521e9091a (patch) | |
tree | e9ea77c193b7c99e65b98caf2a982f396ab83144 /src/templates/apps/auth | |
parent | e6213dccb11e9b6f1111076d42032d0c0fb5b7af (diff) |
settings cleanup
remove broken prefix-handler
Diffstat (limited to 'src/templates/apps/auth')
-rw-r--r-- | src/templates/apps/auth/login.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/templates/apps/auth/login.html b/src/templates/apps/auth/login.html index 4bb819c..e72e73a 100644 --- a/src/templates/apps/auth/login.html +++ b/src/templates/apps/auth/login.html @@ -1,16 +1,11 @@ {% extends "base.html" %} -{% load prefix %} {% block headline %}Login{% endblock %} {% block title %}SUNET Meeting Tools{% endblock %} {% block content %} -<div id="welcome"> - <p>The SUNET meetingtools is an alternative interface to Adobe Connect. With this tool you can...</p> - <ul> - <li>Create self-cleaning rooms.</li> - <li>Tag rooms to provide easy access to lists of rooms for your university or research group.</li> - <li>Display lists of rooms on your own website.</li> - <li>Manage recordings for your rooms.</li> - </ul> - <div class="button"><a href="{% prefix %}/accounts/login-federated">Login</a></div> +<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 |