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/git_wiki/templates | |
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/git_wiki/templates')
-rw-r--r-- | bn_django/git_wiki/templates/git_wiki/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bn_django/git_wiki/templates/git_wiki/base.html b/bn_django/git_wiki/templates/git_wiki/base.html index eefaa9a..82884c3 100644 --- a/bn_django/git_wiki/templates/git_wiki/base.html +++ b/bn_django/git_wiki/templates/git_wiki/base.html @@ -2,9 +2,9 @@ {% block stylesheets %} {{ block.super }} -<link rel="STYLESHEET" type="text/css" href="style/git_wiki.css" /> -<link rel="STYLESHEET" type="text/css" href="/style/git_wiki.css" /> -<!--<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/git_wiki.css" />--> +<!--<link rel="STYLESHEET" type="text/css" href="style/git_wiki.css" /> +<link rel="STYLESHEET" type="text/css" href="/style/git_wiki.css" />--> +<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/git_wiki.css" /> {% endblock %} |