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