GBLS / docassemble-MAEvictionDefense

A guided interview for pro se eviction defense in Massachusetts. Generates an Answer form, Request for Discovery, and accompanying forms and motions.
https://www.gbls.org
Other
15 stars 14 forks source link

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

Open miabonardi opened 9 months ago

miabonardi commented 9 months ago

LL_v._Mia_Bonardi.pdf

Screenshot 2023-12-04 at 2 26 31 PM

miabonardi commented 9 months ago

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: https://github.com/GBLS/docassemble-MAEvictionDefense/blob/6dae7c816a716c24e4a44d1e77e17f3743d4ecfc/docassemble/MAEvictionDefense/data/questions/eviction.en.yml#L2503-L2516