diff options
author | Jayaram Pai | 2013-11-26 16:25:05 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-26 16:25:05 +0530 |
commit | 2fbd6cbaf2447d01b265e70380bb045dfd4d7d4b (patch) | |
tree | 3ca14461232ef6c88869c2068902d8f63fc99043 /static/website/templates | |
parent | 076faa00fdf06afa409dad04eb9814d49b1a0f20 (diff) | |
download | pyfoss-2fbd6cbaf2447d01b265e70380bb045dfd4d7d4b.tar.gz pyfoss-2fbd6cbaf2447d01b265e70380bb045dfd4d7d4b.tar.bz2 pyfoss-2fbd6cbaf2447d01b265e70380bb045dfd4d7d4b.zip |
js link fix
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/page.html b/static/website/templates/page.html index 2d76534..b6f3ba3 100644 --- a/static/website/templates/page.html +++ b/static/website/templates/page.html @@ -138,8 +138,8 @@ {% endblock %} </div> <!-- /page-wrapper --> - <script src="{% static 'js/jquery.min.js' %}"></script> - <script src="{% static 'js/bootstrap.min.js' %}"></script> + <script src="{% static 'website/js/jquery.min.js' %}"></script> + <script src="{% static 'website/js/bootstrap.min.js' %}"></script> <script type="text/javascript"> </script> |