Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Update SF PubDef long confirmation message #1398

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion intake/views/application_done_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_context_data(self):
organizations=self.submission.organizations.not_cfa(),
unlisted_counties=self.submission.answers.get(
'unlisted_counties', ''))
clear_form_session_data(self.request)
# clear_form_session_data(self.request)
return context


Expand Down
4 changes: 2 additions & 2 deletions user_accounts/fixtures/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"requires_rap_sheet": false,
"requires_declaration_letter": false,
"show_pdf_only": true,
"short_confirmation_message": "You should get a letter in the mail from the San Francisco Public Defender in 6 weeks.",
"long_confirmation_message": "You should get a letter in the mail from the San Francisco Public Defender in 6 weeks.",
"short_confirmation_message": "The process should take anywhere from 2-4 weeks. If you don't hear from the San Francisco Public Defender's office in 4 weeks, please email the paralegal and request an update.",
"long_confirmation_message": "<p>It is being forwarded to the San Francisco Public Defender’s Clean Slate Unit for processing. Here is what you can expect:</p><ol><li>On the date your application is received:<ul><li>a. (weekends & holidays are excluded) it will be opened & read;</li><li>b. A paralegal will forward it to a supervisor for initial review;</li><li>c. A paralegal will add your name to a Rap Sheet Request spreadsheet that goes to the District Attorney;</li><li>d. A paralegal will send you an email acknowledging your application has been processed and that we are awaiting receipt of your rap sheet from the District Attorney.</li></li></ul><li>All the above steps in #1 take place on the first day we receive your application.</li><li>After that the process takes anywhere from 2-4 weeks for the attorney to review and make a determination.</li><li>If you do not hear from the attorney in 4 weeks, please email the paralegal and request an update. There are many steps to the process. We appreciate your patience.</li></ol><p>The Clean Slate Team</p>",
"short_followup_message": "Did you get a letter in the mail from the SF Public Defender?",
"long_followup_message": "Have you received your letter in the mail from the San Francisco Public Defender?",
"address": "San Francisco Public Defender\r\nAttention: Clean Slate Unit\r\n555 7th Street, 2nd Floor\r\nSan Francisco, CA\r\n94103",
Expand Down