diff --git a/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs b/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs index 40abed09..9aee2857 100644 --- a/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs +++ b/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs @@ -13,11 +13,11 @@
{{cookedDescription}}
{{/if}} - {{#wizard-step-form step=step}} + {{#custom-wizard-step-form step=step}} {{#each step.fields as |field|}} {{custom-wizard-field field=field step=step wizard=wizard}} {{/each}} - {{/wizard-step-form}} + {{/custom-wizard-step-form}}