We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fb532 commit 1191608Copy full SHA for 1191608
requirements/base.txt
@@ -22,4 +22,4 @@ django_compressor==1.2a1
22
-e git+git://github.com/pinax/pinax-theme-bootstrap-account.git@70c0be0279d61bd2d0f949698f94b8f938918277#egg=pinax-theme-bootstrap-account
23
-e git+git://github.com/pinax/django-user-accounts.git@3676d2c7ea0e9a5c3f8510ac8e6f8d58175e6b5f#egg=django-user-accounts
24
25
-# django-forms-bootstrap==2.0.3.post1
+django-forms-bootstrap==2.0.3.post1
symposion/settings.py
@@ -142,7 +142,7 @@
142
# theme
143
"pinax_theme_bootstrap_account",
144
"pinax_theme_bootstrap",
145
- # "django_forms_bootstrap",
+ "django_forms_bootstrap",
146
147
# external
148
"compressor",
0 commit comments