use crispy_forms
[xnet] / xnet / settings.py
index 233557b..4260933 100644 (file)
@@ -140,6 +140,7 @@ INSTALLED_APPS = (
     'django.contrib.admin',
 
     'django_authgroupex',
+    'crispy_forms',
     'xnet.site',
     'xnet.accounts',
     'xnet.news',
@@ -175,3 +176,5 @@ LOGGING = {
         },
     }
 }
+
+CRISPY_TEMPLATE_PACK = 'bootstrap'