diff options
author | Madhusudan.C.S | 2010-01-14 21:06:43 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-01-14 21:06:43 +0530 |
commit | f87a29168d4388b5e262583c9e0b79e6b5a6b85c (patch) | |
tree | ec1a5024727a3f05238e4c512bb7f8b6d3955d73 /project/templates | |
parent | 354d0886e84306f7ce0aaf874d25c2bc7fa2bcf4 (diff) | |
download | scipycon-f87a29168d4388b5e262583c9e0b79e6b5a6b85c.tar.gz scipycon-f87a29168d4388b5e262583c9e0b79e6b5a6b85c.tar.bz2 scipycon-f87a29168d4388b5e262583c9e0b79e6b5a6b85c.zip |
Added dynamic form jquery plugin to the repository.
Diffstat (limited to 'project/templates')
-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 fe2b0b6..ebb3202 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -7,11 +7,13 @@ <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="/static/jquery/jquery.pack.js"></script> + <script type="text/javascript" src="/static/jquery/jquery.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> + {% block addscripts %}{% endblock %} + <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" />--> |