mirror of https://github.com/zulip/zulip.git
upgrade: Drop option to select billing frequency in free trail.
We set monthly as default for billing frequency and let users change it on the billing page.
This commit is contained in:
parent
b35a792623
commit
fa699032ca
|
@ -47,6 +47,9 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if free_trial_days %}
|
||||
<input type="hidden" name="schedule" value="monthly" />
|
||||
{% else %}
|
||||
<div class="input-box upgrade-page-field no-validation">
|
||||
<select name="schedule" id="payment-schedule-select">
|
||||
<option value="monthly" id="autopay_monthly_price"></option>
|
||||
|
@ -54,6 +57,7 @@
|
|||
</select>
|
||||
<label for="payment-schedule-select">Payment schedule</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if manual_license_management %}
|
||||
<div class="input-box upgrade-page-field">
|
||||
|
|
Loading…
Reference in New Issue