summaryrefslogtreecommitdiff
path: root/templates/login.html
blob: de58b9c675602a21184f2922bf7a2ef66d995b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "base.html" %}
{% block headline %}Login{% endblock %}
{% block title %}COIP{% endblock %}
{% block main %}

<div id="welcome">
	<h2>Welcome!</h2>
	<p>This is a technology preview of coip. Please consider signing up for the coip mailing list at coip &lt;at&gt; segate.sunet.se. Note that any data you enter 
	into this version of coip <em>will</em> get deleted as the database is reset regularly. Stay tuned!</p>
	<div class="button"><a href="/accounts/login-federated">Login</a></div>
</div>
{% endblock %}