We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b020170 commit 8dd21aaCopy full SHA for 8dd21aa
1 file changed
apps/sponsors/manage/forms.py
@@ -408,7 +408,7 @@ class ExecuteContractForm(forms.Form):
408
409
signed_document = forms.FileField(
410
label="Signed contract document",
411
- help_text="Upload the signed PDF.",
+ help_text="Upload the signed contract (PDF or DOCX).",
412
widget=forms.ClearableFileInput(attrs={"style": INPUT_STYLE, "accept": ".pdf,.docx"}),
413
)
414
0 commit comments