-
Notifications
You must be signed in to change notification settings - Fork 3
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 #1381 from bcgov/feat/kevin-1224
Feat/kevin 1224
- Loading branch information
Showing
22 changed files
with
176 additions
and
30 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
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
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/bceid__compliance_report__director_assessment.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/bceid__initiative_agreement__director_approval.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Initiative Agreement' %} | ||
{% set url_slug = 'initiative-agreement' %} |
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/bceid__transfer__director_decision.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Transfer' %} | ||
{% set url_slug = 'transfers' %} |
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/bceid__transfer__partner_actions.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Transfer' %} | ||
{% set url_slug = 'transfers' %} |
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/idir_analyst__compliance_report__director_decision.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
...lcfs/web/api/email/templates/idir_analyst__compliance_report__manager_recommendation.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
...d/lcfs/web/api/email/templates/idir_analyst__compliance_report__submitted_for_review.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
...lcfs/web/api/email/templates/idir_analyst__initiative_agreement__returned_to_analyst.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Initiative Agreement' %} | ||
{% set url_slug = 'initiative-agreements' %} |
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/idir_analyst__transfer__director_recorded.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Transfer' %} | ||
{% set url_slug = 'transfer-requests' %} |
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/idir_analyst__transfer__rescinded_action.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Transfer' %} | ||
{% set url_slug = 'transfer-requests' %} |
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/idir_analyst__transfer__submitted_for_review.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Transfer' %} | ||
{% set url_slug = 'transfer-requests' %} |
3 changes: 3 additions & 0 deletions
3
...i/email/templates/idir_compliance_manager__compliance_report__analyst_recommendation.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
.../api/email/templates/idir_compliance_manager__compliance_report__director_assessment.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
...api/email/templates/idir_compliance_manager__compliance_report__submitted_for_review.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
...cfs/web/api/email/templates/idir_director__compliance_report__manager_recommendation.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Credit Record' %} | ||
{% set url_slug = 'credit-records' %} |
3 changes: 3 additions & 0 deletions
3
.../web/api/email/templates/idir_director__initiative_agreement__analyst_recommendation.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Initiative Agreement' %} | ||
{% set url_slug = 'initiative-agreements' %} |
3 changes: 3 additions & 0 deletions
3
backend/lcfs/web/api/email/templates/idir_director__transfer__analyst_recommendation.html
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends 'notification_base.html' %} | ||
{% set notification_type = 'Transfer' %} | ||
{% set url_slug = 'transfer-requests' %} |
8 changes: 0 additions & 8 deletions
8
backend/lcfs/web/api/email/templates/initiative_approved.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.