Small default-letter improvements
This commit is contained in:
parent
552ea20a43
commit
56d9a2a30e
|
@ -17,7 +17,7 @@ class CLForm(Form):
|
||||||
username = StringField(
|
username = StringField(
|
||||||
'Username:',
|
'Username:',
|
||||||
[validators.Length(min=4, max=99)],
|
[validators.Length(min=4, max=99)],
|
||||||
default="Sage Bernerner"
|
default="Sage V."
|
||||||
)
|
)
|
||||||
company = StringField(
|
company = StringField(
|
||||||
'Company:',
|
'Company:',
|
||||||
|
@ -46,7 +46,7 @@ class CLForm(Form):
|
||||||
)
|
)
|
||||||
|
|
||||||
body_string = (
|
body_string = (
|
||||||
"My name is {\\username}. I would like to work as "
|
"My name is {\\username}. I 'm excited for the opportunity to work as "
|
||||||
"{\\jobandpronoun} with your company. I think my {\\skilltypes} knowledge "
|
"{\\jobandpronoun} with your company. I think my {\\skilltypes} knowledge "
|
||||||
"of {\\myskills} can contribute a lot to your team.\n\n"
|
"of {\\myskills} can contribute a lot to your team.\n\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue