Add question time limit to CaseCollection model and update related template for countdown display
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user