From 2487c8186d7abdda658422df4a5e1595de79d18f Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 27 Jul 2026 10:31:04 -0500 Subject: [PATCH] update ack ui --- .../nominations/_acknowledgments.html | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 %}