Skip to content

Commit

Permalink
Better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
leewrigh committed Aug 21, 2024
1 parent a1f3a60 commit 0f8ecef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 83 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -392,3 +392,4 @@ FodyWeavers.xsd
/BlazorAdmin
/backend/DIAMAdminServer
/keycloak/extensions
/backend/service.edt/appsettings.Development.json
79 changes: 0 additions & 79 deletions backend/service.edt/appsettings.Development.json

This file was deleted.

7 changes: 3 additions & 4 deletions workspace/apps/pidp/src/app/core/services/document.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,9 @@ export class DocumentService {

public getDefenceCounselDutyNotice(): string {
return `
By entering your BC Law Society Member Digital Credential and requesting access to a Duty Counsel Bail Package folio you acknowledge that you are assigned as Duty Counsel for the court location(s) and on the date(s) you have provided.<br/>
You will limit your access to the Duty Counsel Bail Package folio to those times when you are acting as Duty Counsel, and you will be responsible for ensuring that you do not access any Bail Package for individuals with whom you may have a conflict.<br/>
You acknowledge that you are bound by the implied undertaking which attaches to these materials and will safeguard the information contained therein.<br/>
You will not use the accessed material for any purpose or in any context other than for the purpose of representing as Duty Counsel those accused for whom the materials were prepared.
By entering your BC Law Society Member Digital Credential and requesting access to a Duty Counsel Bail Package folio you acknowledge that you are assigned as Duty Counsel for the court location(s) and on the date(s) you have provided.<p/><p/>
You will limit your access to the Duty Counsel Bail Package folio to those times when you are acting as Duty Counsel, and you will be responsible for ensuring that you do not access any Bail Package for individuals with whom you may have a conflict.<p/>
You acknowledge that you are bound by the implied undertaking which attaches to these materials and will safeguard the information contained therein. You will not use the accessed material for any purpose or in any context other than for the purpose of representing as Duty Counsel those accused for whom the materials were prepared.
`;
}

Expand Down

0 comments on commit 0f8ecef

Please sign in to comment.