Add question time limit to CaseCollection model and update related template for countdown display

This commit is contained in:
Ross
2025-10-13 09:45:12 +01:00
parent 682e8160b5
commit 6f99cf0d53
5 changed files with 104 additions and 95 deletions
+1
View File
@@ -215,6 +215,7 @@ class CaseCollectionForm(ModelForm):
"feedback_once_collection_complete",
"collection_type",
"viewer_mode",
"question_time_limit",
),
Fieldset("Valid User Groups", *user_fields) if user_fields else None,
Div(