Remove duplicated html + add href link to order
This commit is contained in:
parent
a395b7a4a6
commit
f089892c90
2 changed files with 2 additions and 8 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue