Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62ad636

Browse files
renzorenzon
renzo
authored andcommitted
Included subscription renovation on dashboard page
close #4835
1 parent f6fcfee commit 62ad636

File tree

1 file changed

+11
-1
lines changed
  • pythonpro/dashboard/templates/dashboard

1 file changed

+11
-1
lines changed

pythonpro/dashboard/templates/dashboard/home.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@
1010
{% endblock head %}
1111
{% block body %}
1212
<div class="container mt-5 mb-5">
13+
<div class="row pb-5">
14+
<div class="col">
15+
<h1 class="mb-4">Renove sua Assinatura da Comunidade DevPro</h1>
16+
<a class="btn btn-success btn-lg"
17+
href="{% url 'django_pagarme:pagarme' slug='renovacao-comunidade-devpro' %}">
18+
Clique para Renovar
19+
</a>
20+
21+
</div>
22+
</div>
1323
<div class="row">
1424
<div class="col">
15-
<h1 class="mb-4">Assinaturas</h1>
25+
<h2 class="mb-4">Assinaturas</h2>
1626
<p>Confira suas assinaturas</p>
1727
<table class="table table-striped text-center">
1828
<thead>

0 commit comments

Comments
 (0)