Skip to content

Commit

Permalink
Add OpenID delegation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Losh committed Jun 11, 2010
1 parent 4700232 commit 3f39a82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions layout/skeleton/_base.html
Expand Up @@ -36,7 +36,10 @@
<script src="/mint/?js" type="text/javascript"></script>

{% block extra_js %}{% endblock %}
{% endblock %}
{% endblock %}

<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://stevelosh.myopenid.com/" />
</head>

<body>
Expand Down Expand Up @@ -68,4 +71,4 @@ <h1>
</div>
</body>
</html>
{% endblock %}
{% endblock %}

0 comments on commit 3f39a82

Please sign in to comment.