update theme

This commit is contained in:
Luke Hatcher 2012-05-21 17:17:14 -04:00
parent d5ea3163da
commit 7f8c614fc2
2 changed files with 3 additions and 1 deletions

View file

@ -22,4 +22,5 @@ django-openid==0.3a1
python-openid==2.2.5
metron==0.1
pinax-theme-bootstrap==0.2.1
pinax-theme-bootstrap==2.0.3
django-forms-bootstrap==2.0.3.post1

View file

@ -147,6 +147,7 @@ INSTALLED_APPS = [
# theme
"pinax_theme_bootstrap",
"django_forms_bootstrap",
# external
"staticfiles",