diff --git a/aleksis/apps/tezor/templates/templated_email/invoice.email b/aleksis/apps/tezor/templates/templated_email/invoice.email index 8fe6d0572efd6ff1786a71ce771e23e758818b3e..cb9612b95e2646118cf09fc255b9a9248f8ab8cb 100644 --- a/aleksis/apps/tezor/templates/templated_email/invoice.email +++ b/aleksis/apps/tezor/templates/templated_email/invoice.email @@ -10,12 +10,10 @@ Please carefully read the PDF file concerning all payment details. {% endblocktrans %} </p> -{% if invoice.status == "waiting" %} <p> {% blocktrans %} - Please visit the following link to view and make the payment: + Please visit the following link to view or make the payment: {% endblocktrans %} </p> <a href="{{ BASE_URL }}{{ invoice.get_absolute_url }}">{{ BASE_URL }}{{ invoice.get_absolute_url}}</a> -{% endif %} {% endblock %}