13
13
<!-- Stripe JS -->
14
14
< script type ="text/javascript " src ="{% static 'js/stripe.js' %} "> </ script >
15
15
{% endblock head %}
16
- {% block page_heading %}< span class ="material-icons ">
16
+ {% block page_heading %}< span class ="material-icons heading-icon ">
17
17
shopping_cart
18
18
</ span > Checkout< br >
19
19
< hr > {% endblock %}
20
20
{% block container-class %}checkout-container{% endblock %}
21
21
{% block content %}
22
- < div class ="jumbotron mx-auto " style =" max-width: 1200px; ">
22
+ < div class ="jumbotron mx-auto " id =" checkout-jumbotron ">
23
23
< div class ="row ">
24
24
< div class ="col-12 ">
25
25
< h3 > Go PRO</ h3 >
26
- < b > Includes:</ b >
27
- < ul >
28
- < li > Unlimited Tickets/month</ li >
29
- < li > KANBAN View</ li >
30
- < li > 24/7 Live Support</ li >
26
+ < hr >
27
+ < b > Unlocked Features:</ b >
28
+ < br >
29
+ < br >
30
+ < ul class ="list-group plan-list-group text-left ">
31
+ < li class ="list-group-item "> < i class ="material-icons align-top "> check_circle_outline</ i >
32
+ UNLIMITED Tickets/month
33
+ </ li >
34
+ < li class ="list-group-item "> < i class ="material-icons align-top "> check_circle_outline</ i >
35
+ KANBAN View
36
+ </ li >
31
37
</ ul >
32
- < p class =" lead " > Total Due: 9.90 EUR (Single Payment) </ p >
33
- <!-- <p><span class="glyphicon glyphicon-euro" aria-hidden="true"></span>{{ total }}</p> -- >
38
+ < br >
39
+ < p class ="lead " > < b > Total Due: 9.90 EUR (Single Payment) </ b > </ p >
34
40
< form role ="form " method ="post " id ="payment-form " action ="{% url 'checkout' %} " enctype ="multipart/form-data ">
35
41
{% csrf_token %}
36
42
< div class ="row ">
37
- < div id ="credit-card-errors " style =" display: none; " >
43
+ < div id ="credit-card-errors ">
38
44
< div id ="alert-message block-message error " id ="stripe-error-message "> </ div >
39
45
</ div >
40
46
</ div >
41
47
< div class ="row ">
42
48
< div class ="col-md-9 col-lg-6 ">
43
- < legend > Your Details</ legend >
49
+ < p class =" lead " > Your Details</ p >
44
50
{{ order_form.full_name | as_crispy_field }}
45
51
</ div >
46
52
</ div >
@@ -72,8 +78,8 @@ <h3>Go PRO</h3>
72
78
</ div >
73
79
</ div >
74
80
< div class ="row ">
75
- < legend > Payment Details</ legend >
76
81
< div class ="col-md-12 col-lg-6 ">
82
+ < p class ="lead "> Payment Details</ p >
77
83
{{ payment_form.credit_card_number | as_crispy_field }}
78
84
</ div >
79
85
</ div >
@@ -99,5 +105,4 @@ <h3>Go PRO</h3>
99
105
</ form >
100
106
</ div >
101
107
</ div >
102
- </ div>
103
108
{% endblock %}
0 commit comments