diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-02-24 21:39:51 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-02-24 21:39:51 -0800 |
commit | c69b55610e3cceb5cbd48784fb7cc0458d463f3a (patch) | |
tree | e826ef345f257fce2d627af810d6e364d10de201 /bn_django/templates/base.html | |
parent | 71520ba4e171195c983320b9c00e37c215fad39c (diff) | |
download | bnewnet-c69b55610e3cceb5cbd48784fb7cc0458d463f3a.tar.gz bnewnet-c69b55610e3cceb5cbd48784fb7cc0458d463f3a.zip |
Revert "i'm confused?"
This reverts commit 71520ba4e171195c983320b9c00e37c215fad39c.
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index e574277..0df7a36 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> |