Skip to main content

All Questions

0 votes
1 answer
1k views

Django base template (using bootstrap3) overwrites index.html completely

I've created a base.html file where I want my bootstrap3 navbar and footer to live. These will be used on every page of my site. However, the base.html & corresponding css file that goes with it ...
PolishZeus's user avatar
1 vote
2 answers
2k views

Django TemplateSyntaxError: Template library bootstrap3 not found

I'm quite the newbie at this, I installed django-bootstrap3. v5.3.1 added "bootstrap3" to the INSTALLED_APPS parameter in my settings file, and started quoting {% load bootstrap3 %} in my template. I ...
user2101984's user avatar