mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
cleanup
This commit is contained in:
parent
e454831426
commit
1821735c8b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
|
||||||
{% elif field.field.name == "state_territory" %}
|
{% elif field.field.name == "state_territory" %}
|
||||||
<div class="flex-container margin-top-2">
|
<div class="flex-container margin-top-2">
|
||||||
<span>
|
<span>
|
||||||
CISA Region:
|
CISA region:
|
||||||
{% if original_object.generic_org_type != "federal" %}
|
{% if original_object.generic_org_type != "federal" %}
|
||||||
{{ original_object.state_territory|get_region }}
|
{{ original_object.state_territory|get_region }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue