mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Remove as national
This commit is contained in:
parent
259aa7ccc9
commit
3f9ffd332d
3 changed files with 3 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
|||
|
||||
{% with show_edit_button=True show_readonly=True group_classes="usa-form-editable padding-top-2" %}
|
||||
{% with add_class="usa-input--medium" %}
|
||||
{% input_with_errors form.phone.as_national %}
|
||||
{% input_with_errors form.phone %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
{% endwith %}
|
||||
|
||||
{% with add_class="usa-input--medium" %}
|
||||
{% input_with_errors form.phone.as_national %}
|
||||
{% input_with_errors form.phone %}
|
||||
{% endwith %}
|
||||
|
||||
<button type="submit" class="usa-button">Save</button>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
from enum import Enum
|
||||
import logging
|
||||
|
||||
from urllib.parse import quote
|
||||
|
||||
from django.contrib import messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue