Skip to content

Commit 930f82c

Browse files
moacirmodarenzon
authored andcommitted
loading bootstrap before spp styles
1 parent f09696f commit 930f82c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pythonpro/checkout/templates/checkout/membership_lp_subscription_open.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
{% block title %}INSCRIÇÕES ABERTAS! Curso Python Pro{% endblock %}
77

88
{% block extrahead %}
9-
<link rel="stylesheet" href="{% static 'css/default.css' %}">
10-
<link rel="stylesheet" href="{% static 'css/custom.css' %}">
11-
129
<link href="{% static 'css/spp/owl.carousel.min.css' %}" rel="stylesheet">
1310
<link href="{% static 'css/spp/owl.theme.default.min.css' %}" rel="stylesheet">
1411
<link href="{% static 'css/spp/magnific-popup.min.css' %}" rel="stylesheet">

pythonpro/launch/templates/launch/landing_page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<meta name="theme-color" content="#ffffff">
2020
<meta name="format-detection" content="telephone=no">
2121

22+
<link rel="stylesheet" href="{% static 'css/default.css' %}">
23+
<link rel="stylesheet" href="{% static 'css/custom.css' %}">
24+
2225
<link href="{% static 'css/spp/custom.css' %}" rel="stylesheet">
2326
<link href="{% static 'css/spp/normalize.min.css' %}" rel="stylesheet">
2427

0 commit comments

Comments
 (0)