diff options
author | Leif Johansson <leifj@sunet.se> | 2011-04-04 21:04:33 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-04-04 21:04:33 +0200 |
commit | 5e6d967b1bf14b715b306d8bc7637f94a813757b (patch) | |
tree | 7f016fd0d1dad33f98eef835ed60cee88645f7b7 /src/templates/login.html | |
parent | bf9d7779e715e3f876d3843f3dac4c08af242fa0 (diff) |
cleanup and turn form into wizard
Diffstat (limited to 'src/templates/login.html')
-rw-r--r-- | src/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/login.html b/src/templates/login.html index e50e124..b5302a7 100644 --- a/src/templates/login.html +++ b/src/templates/login.html @@ -4,6 +4,6 @@ {% block title %}SUNET Meeting Tools{% endblock %} {% block content %} <h2>Welcome!</h2> -<p class="ui-state-highlight ui-corner-all">This is a technology preview of the SUNET Meeting Tools. Contact Johnny or Marcus for more info!</p> +<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 |