diff options
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 |