<tr>
<th{if $settings.michigan_org_requirements && $lockedToMember} class="glm-required"{/if}>City</th>
<td class="glm-item-container">
- <!-- Add new city dialog -->
- <div data-id="{$loc.id}" class="button button-secondary glm-right new-city-button">Add a new City</div>
+ {if !$lockedToMember}
+ <!-- Add new city dialog -->
+ <div data-id="{$loc.id}" class="button button-secondary glm-right new-city-button">Add a new City</div>
+ {/if}
<!-- City Selection -->
<select id="city_{$loc.id}" data-id="{$loc.id}" class="city-picklist" name="Loc{$loc.id}_city">
<option value="0"></option>
<tr>
<th{if $settings.michigan_org_requirements && $lockedToMember} class="glm-required"{/if}>City</th>
<td class="glm-item-container">
- <!-- Add new city dialog -->
- <div data-id="{ newLocID }" class="button button-secondary glm-right new-city-button">Add a new City</div>
+ {if !$lockedToMember}
+ <!-- Add new city dialog -->
+ <div data-id="{ newLocID }" class="button button-secondary glm-right new-city-button">Add a new City</div>
+ {/if}
<!-- City Selection -->
<select id="city_{ newLocID }" data-id="{ newLocID }" class="city-picklist" name="{ newLocID }_city">
<option value="0"></option>