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/base.txt b/requirements/base.txt index 2e89ffa..d9491bf 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ hiredis==2.0.0 # https://github.com/redis/hiredis-py django==3.2.12 # pyup: < 4.0 # https://www.djangoproject.com/ django-environ==0.8.1 # https://github.com/joke2k/django-environ django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils -django-allauth==0.49.0 # https://github.com/pennersr/django-allauth +django-allauth==0.52.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-redis==5.2.0 # https://github.com/jazzband/django-redis