Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got "Bad date" on follow up text reminder #262

Open
miabonardi opened this issue Dec 4, 2023 · 1 comment
Open

Got "Bad date" on follow up text reminder #262

miabonardi opened this issue Dec 4, 2023 · 1 comment

Comments

@miabonardi
Copy link

LL_v._Mia_Bonardi.pdf

Screenshot 2023-12-04 at 2 26 31 PM

@miabonardi
Copy link
Author

Proposed change:

template: interview_complete_text
content: |
  Congrats on finishing the interview! Don't forget:
  % if case.covid_hearing_date_assigned:
  File your paperwork and attend court on ${ format_date(court_date) }.
  % if court_date_is_holiday:
  Because ${court_date} is a holiday, ${court_date_holiday},
  ask the court what date to appear.
  % endif
  % else:
  File your paperwork and attend court on the date the court tells you.
  % endif

  Get ready here: https://gbls.org/tactics/12
  
   - MADE from GBLS.

  How was MADE? Tell us here: https://www.surveymonkey.com/r/8T2KZBV

instead of:

template: interview_complete_text
content: |
Congrats on finishing the interview! Don't forget:
File your paperwork and attend court on ${ format_date(court_date) }.
% if court_date_is_holiday:
Because ${court_date} is a holiday, ${court_date_holiday},
ask the court what date to appear.
% endif
Get ready here: https://gbls.org/tactics/12
- MADE from GBLS.
How was MADE? Tell us here: https://www.surveymonkey.com/r/8T2KZBV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant