aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2007-02-24 21:38:38 -0800
committerBryan Newbold <bnewbold@animus.robocracy.org>2007-02-24 21:38:38 -0800
commit71520ba4e171195c983320b9c00e37c215fad39c (patch)
tree680c3bcfb72600cb6a167c92f5d39c7fd5a38833 /bn_django/templates/base.html
parentcfeab0aadf7ba357a997c4a0203bcf4176ecc0d3 (diff)
downloadbnewnet-71520ba4e171195c983320b9c00e37c215fad39c.tar.gz
bnewnet-71520ba4e171195c983320b9c00e37c215fad39c.zip
i'm confused?
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r--bn_django/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index 0df7a36..e574277 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -5,7 +5,7 @@
{% block stylesheets %}
<link rel="STYLESHEET" type="text/css" href="style/default.css" />
<link rel="STYLESHEET" type="text/css" href="/style/default.css" />
-<!--<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/default.css" />-->
+<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/default.css" />
{% endblock %}
{% block externaljs %} {% endblock %}
<title>{% block windowtitle %}bryannewbold.com{% endblock %}</title>