summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authoretienne2008-12-09 00:00:37 +0000
committeretienne2008-12-09 00:00:37 +0000
commit660c13c65bdd8a02d8deff6787005fb595f7d66a (patch)
treea5eed37d8b65a2c666348b80469b3a481ea977e2 /templates/base.html
parent12d37073df51b099d17d43d3df16bc98ac603efd (diff)
Minor changes and errors on files
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 377cf28..ff30024 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <link rel="stylesheet" href="/papillon/static/styles.css" />
+ <link rel="stylesheet" href="http://{{root_url}}static/styles.css" />
<title>{% block title %}Papillon{% endblock %}</title>
</head>