diff options
author | root <root@animus.robocracy.org> | 2007-02-24 22:18:26 -0800 |
---|---|---|
committer | root <root@animus.robocracy.org> | 2007-02-24 22:18:26 -0800 |
commit | ed9e597e32c7a118e47eced3b07974297945e40b (patch) | |
tree | 3081a553e47b47d2de0128098a8f2e7968caba93 /bn_django/templates/base.html | |
parent | c69b55610e3cceb5cbd48784fb7cc0458d463f3a (diff) | |
download | bnewnet-ed9e597e32c7a118e47eced3b07974297945e40b.tar.gz bnewnet-ed9e597e32c7a118e47eced3b07974297945e40b.zip |
changes to make things work on the production server
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 0df7a36..dd66c97 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -3,9 +3,9 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> {% 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="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" /> {% endblock %} {% block externaljs %} {% endblock %} <title>{% block windowtitle %}bryannewbold.com{% endblock %}</title> |