summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
authorJayaram Pai2013-11-26 16:25:05 +0530
committerJayaram Pai2013-11-26 16:25:05 +0530
commit2fbd6cbaf2447d01b265e70380bb045dfd4d7d4b (patch)
tree3ca14461232ef6c88869c2068902d8f63fc99043 /static/website/templates
parent076faa00fdf06afa409dad04eb9814d49b1a0f20 (diff)
downloadpyfoss-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.html4
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>