diff --git a/_data/schedule.yaml b/_data/schedule.yaml index 6afcdfa..c4fd05f 100644 --- a/_data/schedule.yaml +++ b/_data/schedule.yaml @@ -378,14 +378,14 @@ time: "14:30" endtime: "" event: Short talk - speaker: Sal + speaker: Salim Abdella title: "Django and Celery: Leveraging Distributed Workers for Scalable and Asynchronous Processing" category: Programming mastodon: website: linkedin: "" - image: - twitter: + image: "sal.jpg" + twitter: "iamsalimabdella" description: diff --git a/_includes/our-sponsors.html b/_includes/our-sponsors.html index ec7fb8d..39c09ed 100644 --- a/_includes/our-sponsors.html +++ b/_includes/our-sponsors.html @@ -5,7 +5,7 @@ DjangoCon Africa is made possible by the generous support of our sponsors. We are thankful for their support and encourage you to learn more about them. We're also supported by individuals and organisations that have made donations to the event - they're listed on our Donations page. We're grateful to them all!



- {% assign sponsors_by_level = "Diamond|Platinum|Gold|Lanyard|Silver|Bronze|Opportunity Grant|Community|Partners" | split: "|" %} + {% assign sponsors_by_level = "Diamond|Platinum|Gold|Lanyard|Silver|Bronze|Opportunity Grant|Special|Community|Partners" | split: "|" %} {% for level in sponsors_by_level %} {% assign sponsors_in_level = site.sponsors | where: 'level', level | where: 'hidden', false %} {% assign sponsors_count = sponsors_in_level | size %} {% if sponsors_count != 0 %}