Skip to content

Commit 1482ad8

Browse files
committed
update
1 parent c0d871b commit 1482ad8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

public/templates/partials/classBoilerplate.hbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,18 @@ Through this grant, we offer tuition-free classes that interrogate the role tech
226226
{{#eq [Session Slug].[0] "fall-24"}}
227227
{{> fall24classBlock}}
228228
{{/eq}}
229+
{{#eq [Session Slug].[0] "winter-25"}}
230+
{{> winter25classBlock}}
231+
{{/eq}}
232+
{{#eq [Session Slug].[0] "spring-25"}}
233+
{{> spring25classBlock}}
234+
{{/eq}}
235+
{{#eq [Session Slug].[0] "summer-25"}}
236+
{{> summer25classBlock}}
237+
{{/eq}}
238+
{{#eq [Session Slug].[0] "fall-25"}}
239+
{{> fall25classBlock}}
240+
{{/eq}}
229241

230242

231243
<div class="break-noline"></div>

public/templates/programs/participate.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@
169169
</div>
170170
<div class="grid-2">
171171
<h6>Can I receive a refund?</h6>
172-
<p>We can refund you up to 14 days before class starts. After that point, we are holding your place in the class and we cannot issue refunds, including for payment plans.</p>
172+
<p>We can offer you a refund only until the waitlist is closed, typically 2-3 weeks before class starts. After that point, we are holding your place in the class and we cannot issue refunds, including for payment plans.</p>
173173

174174
<h6>Do you offer payment plans?</h6>
175-
<p>Yes! SFPC offers payment plans. Participants can schedule weekly or monthly payments of the same amount. First and last payments must be made before the beginning and end of class. Please note: Processing fees apply for each payment via Withfriends and Stripe.</p>
175+
<p>Yes! SFPC offers payment plans. Participants can schedule monthly payments of the same amount. First and last payments must be made before the beginning and end of class. Please note: Processing fees apply for each payment via Withfriends and Stripe.</p>
176176

177177
<h6>Can I change my payment plan?</h6>
178178
<p>A payment plan is not a subscription. By agreeing to a payment plan at SFPC you agree to pay the full amount of your tuition, even if you decide you no longer wish to attend the class at a later date. A seat will be reserved for you whether you use it or not. We do understand that financial circumstances change though, and will do our best to adjust the schedule of your payment plan to accommodate your needs, please email <a href="mailto:[email protected]">[email protected]</a> to let us know more.</p>

0 commit comments

Comments
 (0)