Add OpenIDP Provider
[cascardo/ipsilon.git] / templates / openid / userpage.html
1 {% extends "master.html" %}
2 {% block main %}
3 <div class="col-sm-12">
4   <div id="content">
5     <p>This is the OpenID landing page for {{ username }}</p>
6     <p>This page is used by the OpenID protocol and has no other use.</p>
7     <p>You can go to the <a href="{{ basepath }}">main page</a> instead.</p>
8   </div>
9 </div>
10 {% endblock %}