We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the bootstrap.min.js file in http://tutorial.djangogirls.org/css/README.html#install-boostrap leads to an error:
bootstrap.min.js
Uncaught Error: Bootstrap's JavaScript requires jQuery
In fact, this is explained and shown in the bootstrap starter template: http://getbootstrap.com/getting-started/#template
The text was updated successfully, but these errors were encountered:
Do we actually need bootstrap's JS?
Sorry, something went wrong.
I don't think we need Bootstrap's JS stuff. But we should drop the reference in the template in that case.
d366529
Removed. Thank you! :)
No branches or pull requests
Adding the
bootstrap.min.js
file in http://tutorial.djangogirls.org/css/README.html#install-boostrap leads to an error:In fact, this is explained and shown in the bootstrap starter template: http://getbootstrap.com/getting-started/#template
The text was updated successfully, but these errors were encountered: