Remove duplicated html + add href link to order

This commit is contained in:
PCoder 2020-04-10 20:02:12 +05:30
commit f089892c90
2 changed files with 2 additions and 8 deletions

View file

@ -86,12 +86,6 @@
<tbody>
{% for ho, stripe_charge_data in invs_charge %}
<tr>
<td class="xs-td-inline">{{ho.generic_product.product_name}}</td>
<td class="xs-td-inline">{{ho.created_at}}</td>
<td class="xs-td-inline">{{ho.price}}</td>
<td class="text-right last-td">
<a class="btn btn-order-detail" href="{stripe_charge_data.receipt_url}" target="_blank">{% trans "See Invoice" %}</a>
</td>
{{ ho.id | get_line_item_from_hosting_order_charge }}
</tr>
{% endfor %}