Skip to content

Commit 910fbe0

Browse files
committed
Merge branch 'main' into release
2 parents f3eebba + e6118a4 commit 910fbe0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

fixtures/sitetree_menus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
"fields": {
25582558
"title": "PSF Sponsors",
25592559
"hint": "",
2560-
"url": "/psf/sponsorship/sponsors/",
2560+
"url": "/psf/sponsors/",
25612561
"urlaspattern": false,
25622562
"tree": 1,
25632563
"hidden": false,

templates/sponsors/email/sponsor_new_application.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{% load sponsors %}
22
Dear {{ sponsorship.sponsor.name }}
33
{% if sponsorship.for_modified_package %}
4-
Thank you for submitting your sponsorship application. We will contact you to discuss finalizing the customized sponsorship package within 2 business days.
4+
Thank you for submitting your sponsorship application.
5+
We will contact you to discuss finalizing the customized sponsorship package within 5 business days.
56
{% else %}
6-
Thank you for submitting your sponsorship application. We will be sending a Contract reflecting the sponsorship contract details.
7+
Thank you for submitting your sponsorship application.
8+
We will be sending a Contract reflecting the sponsorship contract details within 5 business days.
79
{% endif %}
810
You can review your full application and a list of benefits you will receive below.
911

0 commit comments

Comments
 (0)