Skip to content

Commit ef3be8c

Browse files
renzonrenzon
authored andcommitted
Available until date is show on Unavailable item page
close #4147
1 parent 14f3f19 commit ef3be8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pythonpro/checkout/templates/django_pagarme/unavailable_payment_item.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<div class="col mb-5">
88
<h1 class="mt-5">Curso {{ payment_item_config.name }} Indisponível</h1>
99

10-
<p>Infelizmente essa oferta não está mais disponível. Confira abaixo todos nossos cursos:</p>
10+
<p>Infelizmente essa oferta não está mais disponível.
11+
Ela ficou válida até {{ payment_item_config.available_until }}.</p>
12+
<p>Confira abaixo todos nossos cursos:</p>
1113
<a class="btn btn-primary &raquo;" href="{% url 'modules:index' %}">Ver módulos</a>
1214
</div>
1315
</div>

0 commit comments

Comments
 (0)