I previously had Bootstrap version 2.3 installed but recently imported version 3, however my buttons still appear to be using the old style. Even when I use this code:
<!-- Standard gray button with gradient -->
<button type="button" class="btn btn-default">Default</button>
the buttons are displaying in the old style instead of the new one.
Does anyone have any ideas why this might be happening?
EDIT: Here is what I have included in the head section of my document:
<script type="text/javascript" src="{{STATIC_URL}}js/bootstrap.js"></script>
<link rel="stylesheet" media="all" href="{{STATIC_URL}}css/bootstrap.css" />