Skip to content

Commit f36a192

Browse files
renzonrenzon
authored andcommitted
Fixed bug with Posthog configurations not running properly
close #3131
1 parent d5b1fd8 commit f36a192

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

pythonpro/analytics/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
default_app_config = 'pythonpro.analytics.apps.AnalyticsConfig'

pythonpro/checkout/templates/django_pagarme/pagarme.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
</script>
3838
<link href="{% static 'checkout/images/webclip.png' %}" rel="apple-touch-icon">
3939
<script src="//assets.pagar.me/checkout/1.1.0/checkout.js"></script>
40+
4041
{% endblock head %}
4142

4243
{% block body %}
@@ -95,8 +96,8 @@ <h5>{{ payment_item.name }}</h5>
9596

9697
<div id="w-node-014eae02debd-1eb108a8" class="separator"></div>
9798
<div id="w-node-222d67e0f07c-1eb108a8" class="form-footer">
98-
<p class="small">Dúvidas? Fale com nosso suporte através do número <a href='tel:5584994194414'>+55 84 99464-4699</a>,
99-
tanto por telefone quanto por <a href='https://wa.me/5584994194414' target="_blank">WhatsApp</a>.
99+
<p class="small">Dúvidas? Fale com nosso suporte através do número <a href='tel:5584994644699'>+55 84 99464-4699</a>,
100+
tanto por telefone quanto por <a href='https://wa.me/5584994644699' target="_blank">WhatsApp</a>.
100101
{# <br>Python Pro está processando este pedido a serviço de Jacob Petry, ao continuar, você concorda com os<a href="#"> Termos de Compra.</a>#}
101102
<br><br>Python Pro © {% now "Y" %}. Todos os direitos reservados. CNPJ: 31.080.715/0001-25<br></p>
102103
</div>

0 commit comments

Comments
 (0)