--- a/project/templates/base.html Mon Dec 14 01:34:46 2009 +0530
+++ b/project/templates/base.html Wed Dec 16 22:27:22 2009 +0530
@@ -4,15 +4,15 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>{% block title %}{% endblock %} SciPy.in 2009, December 12 - 17, 2009, Trivandrum, Kerala, India</title>
- <link rel="stylesheet" type="text/css" href="/jquery/jquery.jgrowl.css" />
- <link rel="stylesheet" type="text/css" href="/css/styles-20090826.css" />
+ <link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" />
+ <link rel="stylesheet" type="text/css" href="/static/css/styles-20090826.css" />
- <script type="text/javascript" src="/jquery/jquery.pack.js"></script>
- <script type="text/javascript" src="/jquery/jquery.jgrowl_minimized.js"></script>
- <script type="text/javascript" src="/jquery/jquery.cookie.pack.js"></script>
- <script type="text/javascript" src="/js/kiwipycon.js"></script>
+ <script type="text/javascript" src="/static/jquery/jquery.pack.js"></script>
+ <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>
+ <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script>
+ <script type="text/javascript" src="/static/js/kiwipycon.js"></script>
- <link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
+ <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog/" />
@@ -20,7 +20,7 @@
<body>
<div id="logo">
- <a href="/"><img src="/img/scipyshiny_small.png"
+ <a href="/"><img src="/static/img/scipyshiny_small.png"
alt="SciPy.in Logo" title="SciPy.in Logo"
width="139" height="130" /></a>
</div>