fixes dashboard forms layout

This commit is contained in:
artus
2018-10-12 11:46:23 +02:00
parent 2f282f18e5
commit b09aa6b692
5 changed files with 51 additions and 64 deletions

View File

@@ -74,18 +74,6 @@ NOSE_ARGS = [
"--cover-package=website,maraudes,notes,utilisateurs",
]
# bootstrap3
BOOTSTRAP3 = {
# The URL to the jQuery JavaScript file
'base_url': os.path.join(STATIC_URL, 'css', 'bootstrap/'),
'jquery_url': os.path.join(STATIC_URL, 'scripts', 'jquery.min.js'),
'include_jquery': True,
# Label class to use in horizontal forms
'horizontal_label_class': 'col-md-2',
# Field class to use in horizontal forms
'horizontal_field_class': 'col-md-10',
}
# django-select2
SELECT2_JS = 'scripts/select2.min.js'
SELECT2_CSS = 'css/select2.min.css'