minor fix
This commit is contained in:
parent
31552b886f
commit
4a3ab29bd5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<hr>
|
||||
<div>
|
||||
<div>
|
||||
{% if not credit_card_data.last4 %}
|
||||
{% if credit_card_data.last4 %}
|
||||
<div class="credit-card-details">
|
||||
<h5 class="billing-head">{% trans "Credit Card" %}</h5>
|
||||
<h5 class="membership-lead">{% trans "Last" %} 4: *****{{credit_card_data.last4}}</h5>
|
||||
|
|
Loading…
Reference in a new issue