diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-04 12:11:32 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-04 12:11:32 -0800 |
commit | 7444d8455bff2d0de4ec48bee9e3ab4e843ca909 (patch) | |
tree | 47052704420894cf02f29fc04c7acf9fe4c9c3f3 | |
parent | 1ec09fa5a3d4352d4fc6db1dce44b7308986678b (diff) | |
download | bnewnet-7444d8455bff2d0de4ec48bee9e3ab4e843ca909.tar.gz bnewnet-7444d8455bff2d0de4ec48bee9e3ab4e843ca909.zip |
stylesheet location swapped
-rw-r--r-- | bn_django/settings.py | 2 | ||||
-rw-r--r-- | bn_django/templates/base.html | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/bn_django/settings.py b/bn_django/settings.py index 8041cc1..3183cdc 100644 --- a/bn_django/settings.py +++ b/bn_django/settings.py @@ -86,5 +86,3 @@ INSTALLED_APPS = ( 'bn_django.git_wiki', 'bn_django.git_browse', ) - -GITBROWSE_BASE = '/home/bnewbold/bn-project/code' diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index ae91f9e..402a959 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> |