summaryrefslogtreecommitdiffstats
path: root/templates/expobase.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-08-08 12:40:47 +0100
committerMartin Green <martin.speleo@gmail.com>2011-08-08 12:40:47 +0100
commitc623acf832d9f1139e2aeebca59f7955f59a0d3a (patch)
tree4fe41c5d6a354b8542fcfe6f30036cd1192637c0 /templates/expobase.html
parent36b1888f468d5837d117e52920ece4d364a569b8 (diff)
downloadtroggle-c623acf832d9f1139e2aeebca59f7955f59a0d3a.tar.gz
troggle-c623acf832d9f1139e2aeebca59f7955f59a0d3a.tar.bz2
troggle-c623acf832d9f1139e2aeebca59f7955f59a0d3a.zip
template changes. Fix link to css.
Diffstat (limited to 'templates/expobase.html')
-rw-r--r--templates/expobase.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/expobase.html b/templates/expobase.html
index 0ef74c1..5cadb61 100644
--- a/templates/expobase.html
+++ b/templates/expobase.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>{% block title %}{% endblock %}</title>
-<link rel="stylesheet" type="text/css" href="css/main2.css" />
+<link rel="stylesheet" type="text/css" href="/css/main2.css" />
{% block extrahead %}{% endblock %}
</head>
<body {% block bodyattrs %}{% endblock %}>