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:
parent
d67cffa76b
commit
088c1af098
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue