From 7444d8455bff2d0de4ec48bee9e3ab4e843ca909 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 4 Mar 2007 12:11:32 -0800 Subject: stylesheet location swapped --- bn_django/settings.py | 2 -- 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 @@ {% block stylesheets %} - - + + + {% endblock %} {% block externaljs %} {% endblock %} {% block windowtitle %}bryannewbold.com{% endblock %} -- cgit v1.2.3