<%inherit file="/template.html" /> <%def name="title()">${_("Add an OpenID")} <%def name="breadcrumbs()"> ${h.instance.breadcrumbs(c.instance)|n} ${_("Add OpenID")} <%block name="headline"> %if 'openid' in h.allowed_login_types():

${_("Add an OpenID")}

${_("Enter the URL of your OpenID to connect the ID to your " + "account. This will allow you to login using this OpenID in the future.")}
<%include file="/openid/form.html"/> %endif