Small default-letter improvements

This commit is contained in:
Sage Vaillancourt 2022-09-22 15:48:12 +00:00
parent 552ea20a43
commit 56d9a2a30e
1 changed files with 2 additions and 2 deletions

View File

@ -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"