Refundable.

master
Nick Sergeant 2016-05-10 12:53:32 -04:00
parent dd55ebf7c1
commit 4a06d282bf
4 changed files with 7 additions and 5 deletions

View File

@ -30,7 +30,8 @@
<form class="form-horizontal static-box" id="pro-signup" method="post" action="/account/activate/"> <form class="form-horizontal static-box" id="pro-signup" method="post" action="/account/activate/">
<fieldset> <fieldset>
<div class="info"> <div class="info">
Activate for a one-time fee of <span>$9</span>. Activate for a one-time fee of <span>$9</span>.<br />
<small style="font-size: 14px; color: #C0C0C0;">(fully refundable within 3 days of signup)</small>
</div> </div>
<div class="payment-form"> <div class="payment-form">
<div class="payment-loading"><span>Please wait&hellip;</span></div> <div class="payment-loading"><span>Please wait&hellip;</span></div>

File diff suppressed because one or more lines are too long

View File

@ -2027,11 +2027,11 @@ body.pro {
} }
div.payment-loading { div.payment-loading {
background: rgba(#F2F2F2, .6); background: rgba(#F2F2F2, .6);
display: block; display: none;
height: 345px; height: 345px;
left: 0; left: 0;
position: absolute; position: absolute;
top: 127px; top: 156px;
width: 100%; width: 100%;
span { span {

View File

@ -22,7 +22,8 @@
{% endif %} {% endif %}
<fieldset> <fieldset>
<div class="info" style="line-height: 35px;"> <div class="info" style="line-height: 35px;">
Create an account for a one-time fee of <span>$9</span>. Create an account for a one-time fee of <span>$9</span>.<br />
<small style="font-size: 14px; color: #C0C0C0;">(fully refundable within 3 days of signup)</small>
</div> </div>
<div style="padding-top: 30px;" class="control-group {% if form.errors.username %}error{% endif %}"> <div style="padding-top: 30px;" class="control-group {% if form.errors.username %}error{% endif %}">
<label class="control-label" for="id_username">Username</label> <label class="control-label" for="id_username">Username</label>