From 0643371a4b772c796d567aa30ac1328cb444f6d8 Mon Sep 17 00:00:00 2001 From: Ruairi O'Hare Date: Tue, 9 Apr 2024 14:11:54 +0100 Subject: [PATCH] Linted --- hack/submodules/archivematica-storage-service | 2 +- src/dashboard/src/settings/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/submodules/archivematica-storage-service b/hack/submodules/archivematica-storage-service index b09a148256..47440f05e5 160000 --- a/hack/submodules/archivematica-storage-service +++ b/hack/submodules/archivematica-storage-service @@ -1 +1 @@ -Subproject commit b09a148256ea78d0a76d623f41b90359c23cfc4c +Subproject commit 47440f05e533d1b2ddc929bba9797d3795f05960 diff --git a/src/dashboard/src/settings/base.py b/src/dashboard/src/settings/base.py index eea84d86bc..ae19d662ae 100644 --- a/src/dashboard/src/settings/base.py +++ b/src/dashboard/src/settings/base.py @@ -557,7 +557,7 @@ def _get_settings_from_file(path): # Only required in production.py ALLOWED_HOSTS = ["*"] -CSRF_TRUSTED_ORIGINS=['https://dp-processing.is.ed.ac.uk'] +CSRF_TRUSTED_ORIGINS = ["https://dp-processing.is.ed.ac.uk"] SECRET_KEY = "12345" ALLOW_USER_EDITS = True