Added dcl translations used in new flow

This commit is contained in:
PCoder 2017-07-01 01:40:17 +05:30
commit dfd910465c
2 changed files with 56 additions and 8 deletions

View file

@ -46,7 +46,7 @@
<div class="col-xs-6">
<address>
<strong>{% trans "Payment Method:"%}</strong><br>
{{cc_brand}} ending **** {{cc_last4}}<br>
{{cc_brand}} {% trans "ending" %} **** {{cc_last4}}<br>
{{request.session.user.email}}
</address>
</div>