diff --git a/templates/widgets/communication/recipientLayout.hamlet b/templates/widgets/communication/recipientLayout.hamlet index f3f759de1..646bc7e01 100644 --- a/templates/widgets/communication/recipientLayout.hamlet +++ b/templates/widgets/communication/recipientLayout.hamlet @@ -9,8 +9,12 @@ $if not (null activeCategories) $if hasContent category
- $forall optIx <- categoryIndices category - ^{cellWdgts ! optIx} + $if not (null (categoryIndices category)) + $# TODO: unique id for this all/none checkbox + +