diff --git a/requirements/base.txt b/requirements/base.txt index 343f6f0b..f2e779bb 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 diff --git a/symposion/settings.py b/symposion/settings.py index f4344a05..b9433d77 100644 --- a/symposion/settings.py +++ b/symposion/settings.py @@ -142,7 +142,7 @@ INSTALLED_APPS = [ # theme "pinax_theme_bootstrap_account", "pinax_theme_bootstrap", - # "django_forms_bootstrap", + "django_forms_bootstrap", # external "compressor",