File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -40,26 +40,6 @@ <h1 class="my-2 text-3xl font-bold leading-tight lg:text-5xl">{{ title }}</h1>
40
40
41
41
< div class ="py-8 bg-gray-50 lg:py-10 block-container ">
42
42
< 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
-
63
43
{% if video_url %}
64
44
{% assign youtube_id = video_url | replace:"https://youtu.be/","" %}
65
45
< 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>
91
71
{% endif %}
92
72
</ section >
93
73
{% endif %}
94
- {% endcomment %}
95
74
96
75
97
76
< h2 class ="mb-6 text-xl font-bold leading-tight lg:text-3xl "> About this session</ h2 >
You can’t perform that action at this time.
0 commit comments