Tweak default letter text
This commit is contained in:
parent
d564f63915
commit
76eec9c82c
|
@ -68,10 +68,10 @@ class CLForm(Form):
|
|||
[validators.Length(min=4, max=9999)],
|
||||
default=(
|
||||
"My name is {\\username}. I'm excited for the opportunity to work as "
|
||||
"{\\jobAndPronoun} with your company. I think my {\\skillTypes} knowledge "
|
||||
"of {\\mySkills} could contribute well to your team.\n\n"
|
||||
"{\\jobAndPronoun} with your company. I think with my {\\skillTypes} knowledge "
|
||||
"of {\\mySkills}, there's a lot I could contribute to your team.\n\n"
|
||||
|
||||
"I am passionate about what I do, and I think we would work well together.\n\n"
|
||||
"I am passionate about what I do, and I believe we would work well together.\n\n"
|
||||
|
||||
"Thank you for your consideration."
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue