Browse Source

Pricing page defaults to the annual plans.

pull/178/head
Pēteris Caune 7 years ago
parent
commit
79d940aefb
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      templates/payments/pricing.html

+ 5
- 5
templates/payments/pricing.html View File

@ -43,19 +43,19 @@
<div class="row">
<div class="col-sm-12" id="period-controls">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-default active">
<label class="btn btn-default">
<input
type="radio"
name="period"
value="monthly"
checked
autocomplete="off"> Monthly
</label>
<label class="btn btn-default">
<label class="btn btn-default active">
<input
type="radio"
name="period"
value="annual"
checked
autocomplete="off"> Annual
</label>
</div>
@ -92,7 +92,7 @@
<div class="panel-body text-center">
<h1>Standard</h1>
<h2>
<span id="s-price">$20</span><span class="mo">/mo</span>
<span id="s-price">$16</span><span class="mo">/mo</span>
</h2>
</div>
@ -120,7 +120,7 @@
<div class="panel-body text-center">
<h1>Plus</h1>
<h2>
<span id="p-price">$80</span><span class="mo">/mo</span>
<span id="p-price">$64</span><span class="mo">/mo</span>
</h2>
</div>


Loading…
Cancel
Save