summaryrefslogtreecommitdiff
path: root/project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base.html')
-rw-r--r--project/templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/templates/base.html b/project/templates/base.html
index 1407bd0..37390bf 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -4,10 +4,12 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>{% block title %}{% endblock %} SciPy.in 2010, December 13 - 18, 2010, Hyderabad, Andra Pradesh, India</title>
- <link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" />
+ <link rel="stylesheet" type="text/css" href="/static/css/jquery.jgrowl.css" />
+ <link rel="stylesheet" type="text/css" href="/static/css/jquery-ui-lightness/jquery-ui-1.7.3.custom.css" />
<link rel="stylesheet" type="text/css" href="/static/css/styles-20100720.css" />
<script type="text/javascript" src="/static/jquery/jquery.min.js"></script>
+ <script type="text/javascript" src="/static/jquery/jquery-ui-1.7.3.custom.min.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>