Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit c3d729e

Browse files
authored
Adjust the EP2021 cart for our online ticket types (#1353)
1 parent 4ec0bfc commit c3d729e

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

templates/conference/cart/step_1_choose_type_of_order.html

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,29 @@
1313
<div class="col-md-12">
1414
<h1>Step 1: Choose which type of ticket do you want to buy</h1>
1515
</div>
16-
{% comment %}
17-
<div class="col-md-12" style='margin-top: 3em'>
18-
<h3>Conference and Training tickets:</h3>
19-
</div>
20-
{% endcomment %}
2116

2217
<div class="col-md-12" style='margin-top: 3em'>
23-
<h3>Conference and Sprint only tickets:</h3>
18+
<h3>Online Tickets:</h3>
2419
</div>
2520

2621
<div class='col-md-6'>
27-
<p class='cart-step1-description'>
28-
For people using Python to make a living. If your employer
29-
is paying for the ticket, you are buying tickets for other
30-
people in your company and need a VAT invoice, or you simply
31-
want to support the conference, please choose this option.
32-
</p>
33-
<p>
34-
<a class='btn btn-outline-primary btn-lg btn-block' href='{% url "cart:step2_pick_tickets" "company" %}'>Business tickets</a>
22+
<p class='cart-step1-description'> For people using Python
23+
to make a living, or people who want to <b>support the <a
24+
href="https://www.europython-society.org/grants/">EuroPython
25+
Society Grants Program</a></b>.<br/><br/>If your employer is paying
26+
for the ticket, you
27+
are buying tickets for other people in your company and <b>need
28+
a VAT invoice</b>, or you simply want to support the conference,
29+
please choose this option. </p>
30+
<p><a class='btn btn-outline-primary btn-lg btn-block' href='{% url "cart:step2_pick_tickets" "company" %}'>Business tickets</a>
3531
</p>
3632
</div>
3733

3834
<div class='col-md-6'>
3935
<p class='cart-step1-description'>
40-
For people enjoying Python as a hobbyist or freelancer. If
41-
you are programming Python in your free time, pupil or
42-
student, and don't need a VAT invoice, this option is for
36+
For people enjoying Python as a hobbyist or freelancer. <br/><br/>
37+
If you are programming Python in your free time, pupil or
38+
student, and <b>don't need a VAT invoice</b>, this option is for
4339
you.
4440
</p>
4541
<p>

0 commit comments

Comments
 (0)