summaryrefslogtreecommitdiff
path: root/src/templates/login.html
blob: e50e124c270614aab0ac477a1fd05d4f539252d8 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}
{% load prefix %}
{% 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="{% prefix %}/accounts/login-federated">Login</a></div>
{% endblock %}