X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=plgng%2Fsettings.py;h=24f298b3a228950f9ebfca4d0472d3a3422325ba;hb=cb292970db9b3ea3054212858abb5eebe73f0fd9;hp=0567769db581f4ad1c7648772e7cd0ff06d6409a;hpb=c4f84f905b8dffb3856a097c180668ded6173fec;p=qcg-portal.git diff --git a/plgng/settings.py b/plgng/settings.py index 0567769..24f298b 100644 --- a/plgng/settings.py +++ b/plgng/settings.py @@ -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, +}