privacyNotice.handlebars 524 B

1234567891011
  1. <div id="privacy-notice" data-title="{{#t "privacy_notice_title"}}Privacy Notice{{/t}}">
  2. <p>{{#t "privacy_notice"}}Notice: Some notifications may contain confidential
  3. information. Selecting to receive notifications at an email other than your
  4. institution provided address may result in sending sensitive Canvas course
  5. and group information outside of the institutional system.{{/t}}</p>
  6. <div class="button-container">
  7. <button class="btn btn-primary dialog_closer">{{#t "ok"}}Ok{{/t}}</button>
  8. </div>
  9. </div>