Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Bootstrap toolkit not picked up #50

Closed
wbashir opened this issue Dec 28, 2012 · 1 comment
Closed

Bootstrap toolkit not picked up #50

wbashir opened this issue Dec 28, 2012 · 1 comment

Comments

@wbashir
Copy link

wbashir commented Dec 28, 2012

I have followed the tutorial with installation being successful, i have made sure i have bootstrap in my installed_Apps but wherever i reference the {% load bootstrap_toolkit %} tag. i can see in my logs that the .css file does not get referenced nor in firebug chrome inspector. There are no errors yet none of the bootstrap .class files work.

For example i want to use the span css style for a div and nothing works.

@dyve
Copy link
Owner

dyve commented Dec 28, 2012

This is correct. {% load_bootstrap_toolkit %} only loads the filters and tags into your template. In your base template, you should have

{% bootstrap_stylesheet_tag %}

(in the proper place) which will insert the CSS for you. The demo_project and demo_app have this in base.html.

@dyve dyve closed this as completed Dec 28, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants