diff options
Diffstat (limited to 'core/views/expo.py')
-rw-r--r-- | core/views/expo.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/views/expo.py b/core/views/expo.py index 411aaec..b2ab312 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -30,9 +30,7 @@ This is a succession of hacks and needs to be redisgned and refactored. default_head = """<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CUCC Expedition - index</title> -<link rel="stylesheet" type="text/css" href="../css/main2.css" /> -<link rel="stylesheet" type="text/css" href="../../css/main2.css" /> -<link rel="stylesheet" type="text/css" href="../../../css/main2.css" /> +<link rel="stylesheet" type="text/css" href="/css/main2.css" /> </head> <body> <h1>Expo</h1> |