From cfa2b6db6c048ab1f884a6976a0a4346d60483ae Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 20 Feb 2018 16:00:13 +0000 Subject: [PATCH] Make the category block use the list tempalte --- opentech/apply/categories/blocks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opentech/apply/categories/blocks.py b/opentech/apply/categories/blocks.py index e0c92bb60..4e067e222 100644 --- a/opentech/apply/categories/blocks.py +++ b/opentech/apply/categories/blocks.py @@ -21,6 +21,9 @@ class ModelChooserBlock(ChooserBlock): class CategoryQuestionBlock(OptionalFormFieldBlock): + class Meta: + template = 'stream_forms/render_list_field.html' + # Overwrite field label and help text so we can defer to the category # as required field_label = CharBlock( -- GitLab