We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a844ea commit a5a26bfCopy full SHA for a5a26bf
1 file changed
opendrift_leeway_webgui/core/settings.py
@@ -53,7 +53,7 @@
53
]
54
55
CSRF_TRUSTED_ORIGINS = [
56
- f"https://{host}" for host in ALLOWED_HOSTS,
+ f"https://{host}" for host in ALLOWED_HOSTS
57
58
59
#: Enabled applications (see :setting:`django:INSTALLED_APPS`)
0 commit comments