diff options
Diffstat (limited to 'src/templates/apps/auth/login.html')
-rw-r--r-- | src/templates/apps/auth/login.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/templates/apps/auth/login.html b/src/templates/apps/auth/login.html index 6d8139d..4bb819c 100644 --- a/src/templates/apps/auth/login.html +++ b/src/templates/apps/auth/login.html @@ -4,7 +4,13 @@ {% block title %}SUNET Meeting Tools{% endblock %} {% block content %} <div id="welcome"> - <p>This is a technology preview of the SUNET Meeting Tools.</p> + <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> {% endblock %}
\ No newline at end of file |