Skip to content

Commit d05fd7d

Browse files
authored
Improve fingerprinting instructions and reimbursement details
Updated links and added reimbursement information for fingerprinting services.
1 parent 6f6fa8c commit d05fd7d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

BackgroundChecks/BackgroundChecks.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Pckgd
44
# Title: PA Background Checks
55
# Description: Make Pennsylvania background checks just a little better.
6-
# Updates from: GitHub/TenthPres/TouchPointScripts/BackgroundChecks/BackgroundChecks.py
6+
# Updates from: github/TenthPres/TouchPointScripts/BackgroundChecks/BackgroundChecks.py
77
# Author: James at Tenth
88
# Requires: BackgroundChecks-Status.sql
99

@@ -435,7 +435,8 @@ def needs(r, p): # row, person
435435
" FBI fingerprint check. Pennsylvania uses IdentoGo as a provider for this service. Either make your " \
436436
"appointment at a location in PA (STRONGLY suggested), or use the \"Card Submission By Mail\" option, " \
437437
"which will provide instructions for completing a fingerprint card and submitting it back to " \
438-
"IdentoGo. (This is much LESS convenient than it sounds, and also more expensive.) " \
438+
"IdentoGo. (This is much LESS convenient than it sounds, and also more expensive.) You will " \
439+
"need to pay for this service yourself, but can request reimbursement once complete. " \
439440
"<a href=\"https://uenroll.identogo.com/workflows/1KG6ZJ/appointment/bio\"" \
440441
" target=\"_blank\">Click here to enter your information and arrange a fingerprinting " \
441442
"appointment.</a> " \
@@ -449,7 +450,8 @@ def needs(r, p): # row, person
449450
if 'FBI Emp' in n:
450451
print "<div class=\"well\">We need your FBI Fingerprinting clearance. Please make an appointment for fingerprinting. " \
451452
"Pennsylvania uses IdentoGo as a provider for this service, and you will be " \
452-
"required to make an appointment at a location in PA. A few weeks after your appointment, " \
453+
"required to make an appointment at a location in PA. You will need to pay for " \
454+
"this service yourself, but can request reimbursement once complete. A few weeks after your appointment, " \
453455
" your certification will be mailed to you. Please scan it and upload it here."
454456
print "<br /><a href=\"https://uenroll.identogo.com/workflows/1KG756/appointment/bio\" class=\"btn btn-primary\">Make Appointment</a>&nbsp;<a href=\"/OnlineReg/96\" class=\"btn btn-primary\">Submit Document</a>"
455457
print "</div>"
@@ -466,4 +468,4 @@ def needs(r, p): # row, person
466468
print "<p>We are under the impression that you do not serve in an area that requires a background check. If this is not correct, please contact the church office."
467469
print "</p>"
468470

469-
print "<p>If you have questions or need help, please email <a href=\"mailto:clearances@tenth.org\">clearances@tenth.org</a> or <a href=\"https://outlook.office365.com/owa/calendar/TenthPresbyterianChurch@tenth.org/bookings/s/2llJyCFr80Scs1p6QV919w2\">make an appointment here</a>.</p>"
471+
print "<p>If you have questions or need help, please email <a href=\"mailto:clearances@tenth.org\">clearances@tenth.org</a> or <a href=\"https://outlook.office365.com/owa/calendar/TenthPresbyterianChurch@tenth.org/bookings/s/2llJyCFr80Scs1p6QV919w2\">make an appointment here</a>.</p>"

0 commit comments

Comments
 (0)