Skip to content

Commit e89699b

Browse files
committed
Remove sponsor mistake message on session pages.
1 parent 4a2b395 commit e89699b

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/_layouts/session.html

-21
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,6 @@ <h1 class="my-2 text-3xl font-bold leading-tight lg:text-5xl">{{ title }}</h1>
4040

4141
<div class="py-8 bg-gray-50 lg:py-10 block-container">
4242
<div class="wrapper narrow">
43-
<section class="flex flex-wrap justify-center gap-4 p-8">
44-
<section class="p-4 bg-orange-100 rounded">
45-
<h3 class="mb-4 text-lg font-bold font-heading lg:text-2xl">We're sorry!</h3>
46-
<div class="prose prose-lg">
47-
<p>
48-
We made a mistake in processing the videos from DjangoCon US 2024. The sponsor
49-
acknowledgements are missing our wonderful sponsor, the Wharton School.
50-
We deeply regret this and are working to re-upload videos with our correct
51-
sponsor acknowledgements.
52-
</p>
53-
<p>
54-
All videos have been marked as unlisted and will be removed in the future.
55-
We expect the new, permanent videos to be uploaded in two weeks.
56-
</p>
57-
</div>
58-
</section>
59-
</section>
60-
{% comment %}
61-
Remove once we fix the sponsor credits in the youtube videos
62-
6343
{% if video_url %}
6444
{% assign youtube_id = video_url | replace:"https://youtu.be/","" %}
6545
<figure class="aspect-video">
@@ -91,7 +71,6 @@ <h3 class="mb-4 text-lg font-bold font-heading lg:text-2xl">We're sorry!</h3>
9171
{% endif %}
9272
</section>
9373
{% endif %}
94-
{% endcomment %}
9574

9675

9776
<h2 class="mb-6 text-xl font-bold leading-tight lg:text-3xl">About this session</h2>

0 commit comments

Comments
 (0)