aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-24 22:19:26 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-24 22:19:26 -0800
commit6b56fa9f477ac65440cb10428aac93b1ed68b5eb (patch)
tree40a954bfa1ffe3c346962e84a0325f1e132ea522 /bn_django/templates
parent3beb31d829e87f32fa89a36d46390f9560d92974 (diff)
parented9e597e32c7a118e47eced3b07974297945e40b (diff)
downloadbnewnet-6b56fa9f477ac65440cb10428aac93b1ed68b5eb.tar.gz
bnewnet-6b56fa9f477ac65440cb10428aac93b1ed68b5eb.zip
Merge branch 'production' of animus:/srv/django/bn-project/ into comments
Diffstat (limited to 'bn_django/templates')
-rw-r--r--bn_django/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index ad46a37..ae91f9e 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>