Fix passing params to template filter

This commit is contained in:
PCoder 2020-04-07 18:41:35 +05:30
parent 4869fd51df
commit b01f12c9ec

View file

@ -92,7 +92,7 @@
<td class="text-right last-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> <a class="btn btn-order-detail" href="{stripe_charge_data.receipt_url}" target="_blank">{% trans "See Invoice" %}</a>
</td> </td>
{{ get_line_item_from_hosting_order_charge ho_id }} {{ ho_id | get_line_item_from_hosting_order_charge }}
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>