Skip to content
New issue

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

bootstrap3 cannot load template tags #48

Closed
radheshkrishnan opened this issue Dec 11, 2013 · 1 comment
Closed

bootstrap3 cannot load template tags #48

radheshkrishnan opened this issue Dec 11, 2013 · 1 comment

Comments

@radheshkrishnan
Copy link

I was trying to use bootstrap3 with django version 1.6 and getting following error.

selection_150


I have installed bootstrap using command

$pip install django-bootstrap3

and

Following is my django settings.py file content:
INSTALLED_APPS = (
'bootstrap3',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# User defined apps
'register',

)

I am using django testserver to run the application. Am I missing something ?
Any help towards this is greatly appreciated. Thanks in advance.

@dyve
Copy link
Member

dyve commented Dec 12, 2013

You are missing a t in bootstrap3.

You have boostrap3
It should be bootstrap3

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

No branches or pull requests

2 participants