reworked filters in jobs list view
[qcg-portal.git] / plgng / settings.py
index 0567769..24f298b 100644 (file)
@@ -90,7 +90,7 @@ USE_L10N = True
 USE_TZ = True
 
 
-CUSTOM_DATETIME_FORMAT = 'j b Y, G:i'
+CUSTOM_DATETIME_FORMAT = 'j b Y, H:i'
 
 
 # Static files (CSS, JavaScript, Images)
@@ -127,3 +127,12 @@ OPENID_STRICT_USERNAMES = True
 
 
 SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
+
+
+# 3-rd party settings
+
+BOOTSTRAP3 = {
+    'horizontal_label_class': 'col-md-4',
+    'horizontal_field_class': 'col-md-6',
+    'set_placeholder': False,
+}