diff options
-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> |