-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from bcgov/dev
4364-Wildfire notificaiton
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,11 @@ <h2>What ministry or agency has the records you are looking for?</h2> | |
For FOI requests relating to wildfires, records might not be released if there is an active and ongoing investigation into the fire in order to protect the integrity of the investigation. If you have questions whether an FOI request relates to a wildfire under investigation please contact <a href="mailto:[email protected]">[email protected]</a> for more information before submitting the FOI request. | ||
</p> | ||
</app-alert-warning> | ||
<app-alert-warning *ngIf="isforestministry"> | ||
<p> | ||
Please be advised that, due to the ongoing wildfire and drought-related developments around the Province, many Ministry of Forests personnel have been deployed across the Province to support the response and recovery. While every effort will be taken by staff to manage our FOI responsibilities, our response time may be impacted during this situation. | ||
</p> | ||
</app-alert-warning> | ||
<div *ngIf="requiresPayment"> | ||
<p>Based on the public bodies you have selected your application fee is: ${{feeAmount}}</p> | ||
</div> | ||
|