0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed showing explainer text for free membership welcome page input field

refs https://github.com/TryGhost/Team/issues/1168
This commit is contained in:
Djordje Vlaisavljevic 2022-02-08 09:39:39 +01:00
parent d67cffa76b
commit 088c1af098

View file

@ -124,9 +124,7 @@
@validateUrl={{this.validateWelcomePageURL}} @validateUrl={{this.validateWelcomePageURL}}
@placeholder={{readonly this.siteUrl}} @placeholder={{readonly this.siteUrl}}
/> />
{{#if this.isFreeProduct}} <p>Redirect to this URL after signup for a free membership</p>
<p>Redirect to this URL after signup for a free membership</p>
{{/if}}
</GhFormGroup> </GhFormGroup>
{{/if}} {{/if}}
</div> </div>