Skip to content

Commit eb2cb21

Browse files
renzonrenzon
authored andcommitted
Created template for lote1 Bootcamp pages
close #4050
1 parent e8daed6 commit eb2cb21

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends 'django_pagarme/pagarme_bootcamp.html' %}
2+
{% block sidebar %}
3+
<div class="sidebar-item">
4+
<h4 class="white-txt">Desconto de Primeiro Lote</h4>
5+
<div>R$ 1000,00 de desconto comprando o curso agora!</div>
6+
</div>
7+
{{ block.super }}
8+
9+
{% endblock sidebar %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% extends 'django_pagarme/pagarme_bootcamp_lote1_pagina_de_vendas.html' %}

0 commit comments

Comments
 (0)