Skip to content

Commit 1191608

Browse files
committed
use django-forms-bootstrap
1 parent 44fb532 commit 1191608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ django_compressor==1.2a1
2222
-e git+git://github.com/pinax/pinax-theme-bootstrap-account.git@70c0be0279d61bd2d0f949698f94b8f938918277#egg=pinax-theme-bootstrap-account
2323
-e git+git://github.com/pinax/django-user-accounts.git@3676d2c7ea0e9a5c3f8510ac8e6f8d58175e6b5f#egg=django-user-accounts
2424

25-
# django-forms-bootstrap==2.0.3.post1
25+
django-forms-bootstrap==2.0.3.post1

symposion/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
# theme
143143
"pinax_theme_bootstrap_account",
144144
"pinax_theme_bootstrap",
145-
# "django_forms_bootstrap",
145+
"django_forms_bootstrap",
146146

147147
# external
148148
"compressor",

0 commit comments

Comments
 (0)