Commit 79e6d2d1 by swillison

Added header to openid.html

parent 1aacb42f
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>OpenID in Django</title></head>
<body>
<h1>OpenID in Django</h1>
<p>The <tt class="docutils literal"><span class="pre">django_openidconsumer</span></tt> package contains all of the code needed to set up
your Django application as an OpenID consumer. You can use it to allow OpenID
users to sign in to your site without having to create a new username and
......@@ -140,3 +146,5 @@ your <tt class="docutils literal"><span class="pre">settings.py</span></tt>:</p>
OPENID_DISALLOW_INAMES = True
</pre>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment