Remove middle name and phone number from registrar

This commit is contained in:
Rebecca Hsieh 2023-12-15 12:37:40 -08:00
parent 66899da283
commit 46f4afd362
No known key found for this signature in database

View file

@ -25,17 +25,11 @@
{% input_with_errors forms.0.first_name %}
{% input_with_errors forms.0.middle_name %}
{% input_with_errors forms.0.last_name %}
{% input_with_errors forms.0.title %}
{% input_with_errors forms.0.email %}
{% with add_class="usa-input--medium" %}
{% input_with_errors forms.0.phone %}
{% endwith %}
</fieldset>
{% endblock %}