diff options
author | Madhusudan.C.S | 2010-11-29 21:16:22 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-29 21:16:22 +0530 |
commit | b6c3de270ac822dda0a8eb240aac480fb3b061f2 (patch) | |
tree | f6fd23d6884e4150a39431f4b47e40cb8db1e491 /project/templates/base.html | |
parent | b3c3944b5416f4cf499a47453006a63270cbd5bf (diff) | |
download | scipycon-b6c3de270ac822dda0a8eb240aac480fb3b061f2.tar.gz scipycon-b6c3de270ac822dda0a8eb240aac480fb3b061f2.tar.bz2 scipycon-b6c3de270ac822dda0a8eb240aac480fb3b061f2.zip |
Provide Javascript support and add all view related changes for form.
Diffstat (limited to 'project/templates/base.html')
-rw-r--r-- | project/templates/base.html | 4 |
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> |