diff --git a/pycon_portugal_2022/content/tickets/tickets.md b/pycon_portugal_2022/content/tickets/tickets.md index bd98096..1d7ee78 100644 --- a/pycon_portugal_2022/content/tickets/tickets.md +++ b/pycon_portugal_2022/content/tickets/tickets.md @@ -2,7 +2,8 @@ title: Tickets layout: simple **All tickets include access to the full day of the conference (September 24th)**. Don't forget to follow us on Twitter [@PyConPT](https://twitter.com/PyConPT){:target="_blank"} for the latest up to date information! -[
](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"} + +
If you are from a marginalised or under-represented group, and you are not able to afford a ticket, you should apply for a [grant](/information/grants/). **Please consider making an extra donation** to help us offer grants to people from marginalised or under-represented groups. @@ -14,7 +15,7 @@ The following **ticket types** are available: - **Individual Ticket (€55)** - If you are paying your ticket from your personal money and are not being reimbursed by your employer. - **Business Ticket (€65)** - If your employer is paying for the ticket or reimbursing you for your conference expenses. -[
](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"} +
** Be sure to grab your ticket ASAP! ** The tickets include the following food: morning snack, lunch, and afternoon snack. Please don't forget to ** add your dietary restrictions when purchasing your ticket! ** diff --git a/pycon_portugal_2022/templates/pages/home.html b/pycon_portugal_2022/templates/pages/home.html index 8584012..044d3b7 100644 --- a/pycon_portugal_2022/templates/pages/home.html +++ b/pycon_portugal_2022/templates/pages/home.html @@ -23,12 +23,12 @@
- - diff --git a/requirements/local.txt b/requirements/local.txt index 13728d3..03628da 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -mypy==0.931 # https://github.com/python/mypy +mypy==1.1.1 # https://github.com/python/mypy django-stubs==1.9.0 # https://github.com/typeddjango/django-stubs pytest==7.0.1 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar