From 56b6d390d621a3269208b4f49ce3431e5787b70c Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Mon, 31 Jul 2023 15:38:18 +0200 Subject: [PATCH] Remove number on question title --- compendium_v2/migrations/surveymodels/survey_model_2022.json | 2 +- .../versions/b3e1c5149181_insert_survey_model_2022.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compendium_v2/migrations/surveymodels/survey_model_2022.json b/compendium_v2/migrations/surveymodels/survey_model_2022.json index 29dd191e..28845ad8 100644 --- a/compendium_v2/migrations/surveymodels/survey_model_2022.json +++ b/compendium_v2/migrations/surveymodels/survey_model_2022.json @@ -157,7 +157,7 @@ { "type": "multipletext", "name": "staff_roles", - "title": "5. Which of the following functional areas does your NREN have and how much FTE is dedicated to each? ", + "title": "Which of the following functional areas does your NREN have and how much FTE is dedicated to each? ", "items": [ { "name": "technical_fte", diff --git a/compendium_v2/migrations/versions/b3e1c5149181_insert_survey_model_2022.py b/compendium_v2/migrations/versions/b3e1c5149181_insert_survey_model_2022.py index b10941b1..00cbc030 100644 --- a/compendium_v2/migrations/versions/b3e1c5149181_insert_survey_model_2022.py +++ b/compendium_v2/migrations/versions/b3e1c5149181_insert_survey_model_2022.py @@ -178,7 +178,7 @@ new_survey_model = """ { "type": "multipletext", "name": "staff_roles", - "title": "5. Which of the following functional areas does your NREN have and how much FTE is dedicated to each? ", + "title": "Which of the following functional areas does your NREN have and how much FTE is dedicated to each? ", "items": [ { "name": "technical_fte", -- GitLab