Skip to content
Snippets Groups Projects
Commit d0f5682d authored by Robbie Luijben's avatar Robbie Luijben
Browse files

Merge branch 'fix_crispy_form' into 'main'

Fix crispy form error

See merge request !95
parents 68a52c1f c119933a
No related branches found
No related tags found
1 merge request!95Fix crispy form error
Pipeline #45293 passed
......@@ -50,6 +50,7 @@ INSTALLED_APPS = [
'widget_tweaks',
]
MIDDLEWARE = [
'corsheaders.middleware.CorsMiddleware',
'django.middleware.security.SecurityMiddleware',
......@@ -179,3 +180,6 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
SILKY_AUTHENTICATION = True
SILKY_AUTHORISATION = True
ENABLE_PROFILING = False
# Look and feel
CRISPY_TEMPLATE_PACK = 'bootstrap4'
......@@ -3,7 +3,7 @@ django-filter==2.4.0 #newest version 1.22 not compatible
djangorestframework
django-cors-headers
django-uws
django-crispy-forms
django-crispy-forms<2.0 #newest version clashes with django rest framework
django-widget-tweaks
django-silk
uritemplate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment