diff options
author | Leif Johansson <leifj@sunet.se> | 2011-08-02 13:52:01 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-08-02 13:52:01 +0200 |
commit | 2149e84d51164f7831811df0d31b0fc92e81233f (patch) | |
tree | 2d265dfa181d8b85783f1de031d0a0de29984d6a /src/templates/apps | |
parent | c87e9f345bad9672c47f457fbb22b61fe8e15a91 (diff) |
style polish
Diffstat (limited to 'src/templates/apps')
-rw-r--r-- | src/templates/apps/auth/login.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/templates/apps/auth/login.html b/src/templates/apps/auth/login.html index b5302a7..6d8139d 100644 --- a/src/templates/apps/auth/login.html +++ b/src/templates/apps/auth/login.html @@ -3,7 +3,8 @@ {% block headline %}Login{% endblock %} {% block title %}SUNET Meeting Tools{% endblock %} {% block content %} -<h2>Welcome!</h2> -<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> +<div id="welcome"> + <p>This is a technology preview of the SUNET Meeting Tools.</p> + <div class="button"><a href="{% prefix %}/accounts/login-federated">Login</a></div> +</div> {% endblock %}
\ No newline at end of file |