From 76f6d73ebdfa6d2fcd69f2047e8736a9c6e0c202 Mon Sep 17 00:00:00 2001 From: renzon Date: Tue, 12 Oct 2021 14:00:00 -0300 Subject: [PATCH] Available until date is show on Unavailable item page close #4147 --- .../templates/django_pagarme/unavailable_payment_item.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pythonpro/checkout/templates/django_pagarme/unavailable_payment_item.html b/pythonpro/checkout/templates/django_pagarme/unavailable_payment_item.html index 3ea11490..9ada30e1 100644 --- a/pythonpro/checkout/templates/django_pagarme/unavailable_payment_item.html +++ b/pythonpro/checkout/templates/django_pagarme/unavailable_payment_item.html @@ -7,7 +7,9 @@

Curso {{ payment_item_config.name }} Indisponível

-

Infelizmente essa oferta não está mais disponível. Confira abaixo todos nossos cursos:

+

Infelizmente essa oferta não está mais disponível. + Ela ficou válida até {{ payment_item_config.available_until }}.

+

Confira abaixo todos nossos cursos:

Ver módulos