diff options
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r-- | static/website/templates/header.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index e2f7c0b..b4cab63 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -1,4 +1,3 @@ - {% load static %} <!-- Header--> {% block header %} @@ -11,9 +10,9 @@ <meta name="keywords" content="SciPy, SciPyIndia 2018, Python,SciPy India 2018,SciPy India conference,Scientific Computing"> <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/assets/js/1.5.2/jquery.min.js' %}"></script> + <script src="{% static 'website/bootstrap-css/assets/js/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 --> <link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/font-awesome.min.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/bower_components/bootstrap/dist/css/bootstrap.min.css' %}"> |