diff --git a/templates/plans/order_detail.html b/templates/plans/order_detail.html index 7c407fcc..afec3856 100644 --- a/templates/plans/order_detail.html +++ b/templates/plans/order_detail.html @@ -23,7 +23,7 @@ {% include "plans/order_detail_table.html" %} {% endwith %} {% if object.get_all_invoices.count %} -
{% blocktrans with object.completed as completed %} @@ -48,7 +48,7 @@ Pay using - FakePayments™ ;) + FakePayments™ ; {# An example code snippet for accepting payments using django-getpaid #} {#