Skip to content

Commit 94b95e1

Browse files
⚠️ Remove embedded videos of the conference (#132)
* ⚠ Remove embedded videos of the conference This is temporary until we get Wharton included as a sponsor for the DjangoCon US 2024 sponsors. At that point, the new video_urls should be added and this commit reverted. This didn't change the video_urls to effectively only inject this warning for the talks and not the tutorials. * Update session.html * drop "of business" --------- Co-authored-by: Peter Grandstaff <[email protected]>
1 parent a76d6e4 commit 94b95e1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/_layouts/session.html

+21
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,26 @@ <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+
4363
{% if video_url %}
4464
{% assign youtube_id = video_url | replace:"https://youtu.be/","" %}
4565
<figure class="aspect-video">
@@ -71,6 +91,7 @@ <h1 class="my-2 text-3xl font-bold leading-tight lg:text-5xl">{{ title }}</h1>
7191
{% endif %}
7292
</section>
7393
{% endif %}
94+
{% endcomment %}
7495

7596

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

0 commit comments

Comments
 (0)