use django-forms-bootstrap

This commit is contained in:
James Tauber 2012-05-29 21:50:46 -04:00
parent 44fb5325f1
commit 1191608a8a
2 changed files with 2 additions and 2 deletions

View file

@ -22,4 +22,4 @@ django_compressor==1.2a1
-e git+git://github.com/pinax/pinax-theme-bootstrap-account.git@70c0be0279d61bd2d0f949698f94b8f938918277#egg=pinax-theme-bootstrap-account
-e git+git://github.com/pinax/django-user-accounts.git@3676d2c7ea0e9a5c3f8510ac8e6f8d58175e6b5f#egg=django-user-accounts
# django-forms-bootstrap==2.0.3.post1
django-forms-bootstrap==2.0.3.post1

View file

@ -142,7 +142,7 @@ INSTALLED_APPS = [
# theme
"pinax_theme_bootstrap_account",
"pinax_theme_bootstrap",
# "django_forms_bootstrap",
"django_forms_bootstrap",
# external
"compressor",