From 67c30165ae90603e8a97ad2661d2bacb92e2e53f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 31 May 2021 18:58:00 +0200 Subject: [PATCH] fix(schools): use StoredMarkup instead of Html for authorship statement --- models/schools.model | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/schools.model b/models/schools.model index 93bab5eb7..1db8cd10d 100644 --- a/models/schools.model +++ b/models/schools.model @@ -10,7 +10,7 @@ School json examCloseMode ExamCloseMode default='separate' sheetAuthorshipStatementMode SchoolAuthorshipStatementMode default='optional' sheetAuthorshipStatementExamMode SchoolAuthorshipStatementMode default='optional' - sheetAuthorshipStatementText Html Maybe + sheetAuthorshipStatementText StoredMarkup Maybe sheetAuthorshipStatementAllowOther Bool default=true UniqueSchool name UniqueSchoolShorthand shorthand -- required for Normalisation of CI Text