summaryrefslogtreecommitdiffstats
path: root/roles/ipsilon/files/templates/openid/userpage.html
blob: efe6e9fd269465ca2fb51fea773f3da144deaa66 (plain)
1
2
3
4
5
6
7
{% extends "master-user.html" %}
{% block toptext %}
This is the OpenID page for {{username}}.
{% endblock %}
{% block main %}
This page is primarily used internally
{% endblock %}