summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authoretienne2008-08-24 22:54:51 +0000
committeretienne2008-08-24 22:54:51 +0000
commit5b13731e4c899e86cabf3c6eb7e343b178d70f05 (patch)
treef54640fbf21ab705e86dc4532c54f760812b16e0 /templates/base.html
parent897033260fbfcf7c3dd0bc0dcc7e1624a2672878 (diff)
Few bug correction
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 9dcf8de..768bc74 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="/static/styles.css" />
+ <link rel="stylesheet" href="/papillon/static/styles.css" />
<title>{% block title %}Polls{% endblock %}</title>
</head>