summaryrefslogtreecommitdiffstats
path: root/templates/login/gssapi.html
blob: e5c0844582baf849fd00d3e5b45cb9e418600046 (plain)
1
2
3
4
5
6
7
{% extends "master.html" %}
{% block main %}
<div id="login">
    <p>Press <a href="{{ cont }}">here</a> if your browser does not
       redirect you in a few seconds</p>
</div>
{% endblock %}