summaryrefslogtreecommitdiff
path: root/templates/login.html
blob: a89fa6a818028d499b924781ba3cb355d7153cdc (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 %}