Skip to content

Commit

Permalink
Fixed the little dist import error
Browse files Browse the repository at this point in the history
Please see #11 for the discussion.
  • Loading branch information
ribalba committed Nov 18, 2014
1 parent 407a585 commit 01d560d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<title>django-bower demo</title>
<script type="text/javascript" src='{% static 'jquery/jquery.js' %}'></script>
<script type="text/javascript" src='{% static 'jquery/dist/jquery.js' %}'></script>
<script type="text/javascript" src='{% static 'underscore/underscore.js' %}'></script>
<script type="text/javascript">
$(function(){
Expand All @@ -17,4 +17,4 @@
</head>
<body>
</body>
</html>
</html>

1 comment on commit 01d560d

@n37r06u3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the doc was not change...

Please sign in to comment.