diff --git a/hypha/apply/determinations/templates/determinations/base_determination_form.html b/hypha/apply/determinations/templates/determinations/base_determination_form.html index 510c1d5538dccbe892b9cb13298ef2951400c00b..4d17d56caba46fc45b6ce251db87e406c0dbbd7f 100644 --- a/hypha/apply/determinations/templates/determinations/base_determination_form.html +++ b/hypha/apply/determinations/templates/determinations/base_determination_form.html @@ -40,7 +40,7 @@ {% if field.field %} {% include "forms/includes/field.html" %} {% else %} - {{ field }} + {{ field.block }} {% endif %} {% endfor %} {% block form_buttons %} diff --git a/hypha/apply/funds/templates/funds/applicationsubmission_form.html b/hypha/apply/funds/templates/funds/applicationsubmission_form.html index 3faef99d37b85f0538e7c2293e92a9d42e7ac0b7..8520b225d9c2a2e2a4d861e873aac9898ee9c2d4 100644 --- a/hypha/apply/funds/templates/funds/applicationsubmission_form.html +++ b/hypha/apply/funds/templates/funds/applicationsubmission_form.html @@ -24,7 +24,7 @@ {% include "forms/includes/field.html" %} {% endif %} {% else %} - {{ field }} + {{ field.block }} {% endif %} {% endfor %} diff --git a/hypha/apply/review/templates/review/review_form.html b/hypha/apply/review/templates/review/review_form.html index 91cafec21a7046e315b230a962d2967936500dc4..5f34abea3ba654591c2f86b19cf22d60874b4750 100644 --- a/hypha/apply/review/templates/review/review_form.html +++ b/hypha/apply/review/templates/review/review_form.html @@ -34,7 +34,7 @@ {% if field.field %} {% include "forms/includes/field.html" %} {% else %} - {{ field }} + {{ field.block }} {% endif %} {% endfor %} {% if not object.id or object.is_draft %}