Skip to content

Commit

Permalink
change phone display element for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Jan 22, 2025
1 parent 06fe1b1 commit 6d93a82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<th>Phone</th>
<td>
{% with field_key=additional_contact_fields.phone %}
{{ data|get_attribute:field_key|default:"" }}
<input disabled class="usa-input phone-input" value="{{ data|get_attribute:field_key|default:"" }}"/>
{% endwith %}
</td>
</tr>
Expand Down

0 comments on commit 6d93a82

Please sign in to comment.