Fixed free days amount when user should pay extra membership months
This commit is contained in:
parent
05a165095d
commit
e1a43f1d29
3 changed files with 32 additions and 16 deletions
|
|
@ -69,7 +69,7 @@
|
|||
{% if credit_card_data %}
|
||||
<form role="form" id="billing-form" method="post" action="{% url 'digitalglarus:booking_payment' %}" novalidate>
|
||||
<h2 class="billing-head">Credit Card</h2>
|
||||
<h2 class="membership-lead">Last 4: {{credit_card_data.last4}}</h2>
|
||||
<h2 class="membership-lead">Last 4: *****{{credit_card_data.last4}}</h2>
|
||||
<h2 class="membership-lead">Type: {{credit_card_data.cc_brand}}</h2>
|
||||
<input type="hidden" name="credit_card_needed" value="false"/>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue