diff options
author | Sashi20 | 2019-09-11 11:37:09 +0530 |
---|---|---|
committer | GitHub | 2019-09-11 11:37:09 +0530 |
commit | 68842f975b0299e3310de3830adb6d214c5b1535 (patch) | |
tree | 9db7428ab05d7f4dd6675250556b00dc12924144 /static/website/templates/header.html | |
parent | 7b352b1857c736c2502cc1d02c0d9090fc4ceb6f (diff) | |
parent | 8d2f5b4e349af86c0237ec6debb9c2a4dd3fa2df (diff) | |
download | SciPy2019-68842f975b0299e3310de3830adb6d214c5b1535.tar.gz SciPy2019-68842f975b0299e3310de3830adb6d214c5b1535.tar.bz2 SciPy2019-68842f975b0299e3310de3830adb6d214c5b1535.zip |
Merge pull request #10 from Sashi20/development
Update speaker bio
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r-- | static/website/templates/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index 045df52..1ec421e 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -11,6 +11,7 @@ <link rel="icon" href="{% static 'website/bootstrap-css/assets/images/logo.png' %}" type="icon"> <title>SciPy India 2019</title> <script src="{% static 'website/bootstrap-css/bower_components/jquery/dist/jquery.min.js' %}"></script> + <script src="{% static 'website/bootstrap-css/assets/js/1.5.2/jquery.min.js' %}"></script> <script src="{% static 'website/bootstrap-css/assets/js/2.8.2/modernizr.js' %}"></script> <script src="{% static 'website/bootstrap-css/bower_components/bootstrap/dist/js/bootstrap.min.js' %}"></script> <!-- css --> |