form not rendering
This commit is contained in:
@@ -5,12 +5,10 @@
|
||||
{{cook-text siteSettings.discourse_patrons_payment_page}}
|
||||
</p>
|
||||
|
||||
{{#if siteSettings.discourse_patrons_enabled}}
|
||||
<div class="donations-page-payment">
|
||||
{{donation-form
|
||||
billing=model
|
||||
paymentSuccessHandler=(action "paymentSuccessHandler")
|
||||
stripePaymentHandler=(action "stripePaymentHandler")
|
||||
}}
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="donations-page-payment">
|
||||
{{donation-form
|
||||
billing=model
|
||||
paymentSuccessHandler=(action "paymentSuccessHandler")
|
||||
stripePaymentHandler=(action "stripePaymentHandler")
|
||||
}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user