Browse Source

Minor. Remove reference in base to non-existent js file. Closes #21

Edd Baldry 8 years ago
parent
commit
6a0c4cccc3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bakerydemo/templates/base.html

+ 0 - 1
bakerydemo/templates/base.html

@@ -39,7 +39,6 @@
     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
-    <script src="{% static 'js/bakery.js' %}"></script>
 
     <!-- Theme JavaScript -->
     <script src="{% static 'js/clean-blog.min.js' %}"></script>