Fixed free days amount when user should pay extra membership months

This commit is contained in:
Levi 2016-10-14 00:51:39 -05:00
commit e1a43f1d29
3 changed files with 32 additions and 16 deletions

View file

@ -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>