Skip to content

Commit

Permalink
Merge pull request #1412 from bcgov/feature/ALCS-1680
Browse files Browse the repository at this point in the history
Update Auth letter links
  • Loading branch information
dhaselhan authored Feb 12, 2024
2 parents 19e6bac + bd57c03 commit 189a065
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Primary Contact</h2>
</div>
<div class="row">
<div class="key"><strong>Phone Number:</strong></div>
<div class="value">{{ phoneNumber.value ?? '' | mask : '(000) 000-0000' }}</div>
<div class="value">{{ phoneNumber.value ?? '' | mask : '(000) 000-0000' }}</div>
</div>
<div class="row">
<div class="key"><strong>Email:</strong></div>
Expand Down Expand Up @@ -195,11 +195,17 @@ <h3 *ngIf="selectedLocalGovernment">
<label for="authorization-letter" class="subheading2">Authorization Letters</label>
<p class="subtext">
For privately owned Fee Simple parcels, the letter must be signed by all individual landowners and the
majority of directors within the organization. For Crown parcels or Fee Simple parcels owned by a government,
the letter must be signed by senior level staff.
majority of directors within the organization. For Crown parcels or Fee Simple parcels owned by a
government, the letter must be signed by senior level staff.
</p>
<app-info-banner>
Visit the <a href="https://www.alc.gov.bc.ca/" target="_blank">ALC website</a> for a template.
Visit the
<a
href="https://www.alc.gov.bc.ca/application-and-notice-process/applications/required-documents/#pc"
target="_blank"
>ALC website</a
>
for a template.
</app-info-banner>
<div class="uploader">
<app-file-drag-drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>Primary Contact</h2>
</div>
<div class="row">
<div class="key"><strong>Phone Number:</strong></div>
<div class="value">{{ phoneNumber.value ?? '' | mask : '(000) 000-0000' }}</div>
<div class="value">{{ phoneNumber.value ?? '' | mask : '(000) 000-0000' }}</div>
</div>
<div class="row">
<div class="key"><strong>Email:</strong></div>
Expand Down Expand Up @@ -196,11 +196,17 @@ <h3 *ngIf="selectedLocalGovernment">
<label for="authorization-letter" class="subheading2">Authorization Letters</label>
<p class="subtext">
For privately owned Fee Simple parcels, the letter must be signed by all individual landowners and the
majority of directors within the organization. For Crown parcels or Fee Simple parcels owned by a government,
the letter must be signed by senior level staff.
majority of directors within the organization. For Crown parcels or Fee Simple parcels owned by a
government, the letter must be signed by senior level staff.
</p>
<app-info-banner>
Visit the <a href="https://www.alc.gov.bc.ca/" target="_blank">ALC website</a> for a template.
Visit the
<a
href="https://www.alc.gov.bc.ca/application-and-notice-process/soil-and-fill-notice-of-intent/#noi-documents"
target="_blank"
>ALC website</a
>
for a template.
</app-info-banner>
<div class="uploader">
<app-file-drag-drop
Expand Down

0 comments on commit 189a065

Please sign in to comment.