diff --git a/apps/nominations/templates/nominations/_acknowledgments.html b/apps/nominations/templates/nominations/_acknowledgments.html index a29eea6a7..7aa784351 100644 --- a/apps/nominations/templates/nominations/_acknowledgments.html +++ b/apps/nominations/templates/nominations/_acknowledgments.html @@ -5,13 +5,35 @@ on redisplay so the flow works without JavaScript. {% endcomment %} {% if form.acknowledgment_fields %} +
Acknowledgments {% for field in form.acknowledgment_fields %}
{% if field.help_text %}

{{ field.help_text }}

{% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %}