aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates')
-rw-r--r--bn_django/templates/frontpage.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html
index 24c202f..d8a9cfc 100644
--- a/bn_django/templates/frontpage.html
+++ b/bn_django/templates/frontpage.html
@@ -1,5 +1,12 @@
{% extends "base.html" %}
+{% block stylesheets %}
+<link rel="openid.server" href="http://www.myopenid.com/server" />
+<link rel="openid.delegate" href="http://bnewbold.myopenid.com" />
+<meta http-equiv="X-XRDS-Location"
+ content="http://bnewbold.myopenid.com/xrds" />
+{{ block.super }}{% endblock %}
+
{% block path %}{% endblock %}
{% block title %}A Brave New Bold World!{% endblock %}