summaryrefslogtreecommitdiffstats
path: root/templates/openid/userpage.html
blob: db879743ad8787c80282dc4b098ce6e6edb276d7 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "master.html" %}
{% block main %}
<div class="col-sm-12">
  <div id="content">
    <p>This is the OpenID landing page for {{ username }}</p>
    <p>This page is used by the OpenID protocol and has no other use.</p>
    <p>You can go to the <a href="{{ basepath }}">main page</a> instead.</p>
  </div>
</div>
{% endblock %}