From 0b4cbb2a6e60c3989571f0240afb486430012545 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 23 Dec 2024 11:12:55 -0500 Subject: [PATCH] Update settings_local.py.tmpl --- pybossa/settings_local.py.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pybossa/settings_local.py.tmpl b/pybossa/settings_local.py.tmpl index 613f21ed8..b5517f151 100644 --- a/pybossa/settings_local.py.tmpl +++ b/pybossa/settings_local.py.tmpl @@ -359,6 +359,8 @@ TASK_REQUIRED_FIELDS = { 'data_classifier': {'val': ['C1', 'C2'], 'check_val': True} } +AUTHORIZED_SERVICES_403 = 'The project {project_id} is not authorized to access the service {service_name}.' + # Specify which key from the info field of task, task_run or result is going to be used as the root key # for exporting in CSV format # TASK_CSV_EXPORT_INFO_KEY = 'key'