fix 500 error on additional details step

This commit is contained in:
matthewswspence 2025-03-26 11:31:34 -05:00
parent 61cc84b67e
commit 241f2b7d81
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -58,7 +58,7 @@
<div id="anything-else">
<p><em>This question is optional.</em></p>
{% with attr_maxlength=2000 add_label_class="usa-sr-only" %}
{% input_with_errors forms.0.anything_else %}
{% input_with_errors forms.3.anything_else %}
{% endwith %}
</div>
{% endif %}