9d3b2c25d5d7

Add OpenID delegation.
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Fri, 11 Jun 2010 14:09:08 -0400
parents 091ccc78e104
children 54edeec1e4e7
branches/tags (none)
files layout/skeleton/_base.html

Changes

--- a/layout/skeleton/_base.html	Thu Jun 10 21:46:09 2010 -0400
+++ b/layout/skeleton/_base.html	Fri Jun 11 14:09:08 2010 -0400
@@ -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>
@@ -68,4 +71,4 @@
         </div>
     </body>
 </html>
-{% endblock %}
\ No newline at end of file
+{% endblock %}