summaryrefslogtreecommitdiffstats
path: root/templates/openid/userpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/openid/userpage.html')
-rw-r--r--templates/openid/userpage.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/openid/userpage.html b/templates/openid/userpage.html
new file mode 100644
index 0000000..db87974
--- /dev/null
+++ b/templates/openid/userpage.html
@@ -0,0 +1,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 %}