summaryrefslogtreecommitdiff
path: root/templates/login.html
blob: 03ecd2ae363d66e80e4e6dea20d722cdd0fce515 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block headline %}Login{% endblock %}
{% 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>
<div class="button"><a href="/accounts/login-federated">Login</a></div>
{% endblock %}