Child: [ddf08c] (diff)

Download this file

bare_openid.html    11 lines (7 with data), 287 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{% extends g.theme.master %}
{% block title %}Setup a Full Account{% endblock %}
{% block header %}Setup a Full Account{% endblock %}
{% block content %}
<p>You're using an OpenID account.
For full access, please <a href="{{location}}">create a full account</a>.</p>
{% endblock %}