project/templates/base.html
changeset 310 3541adaa5cd3
parent 300 6e1001230377
child 379 7e843a934d74
--- a/project/templates/base.html	Mon Nov 29 21:15:51 2010 +0530
+++ b/project/templates/base.html	Mon Nov 29 21:16:22 2010 +0530
@@ -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>