diff options
author | 2020-10-04 21:27:00 +0530 | |
---|---|---|
committer | 2020-10-04 21:27:00 +0530 | |
commit | 5dda824139c0592a0ec1365cdf45bc4009fdf944 (patch) | |
tree | 5c2baaa4ef1bbda5c251c92371ff95cb1ebacc6c /pydis_site/templates/home/index.html | |
parent | optimize bulk update endpoint by using Model.objects.bulk_update() method (diff) | |
parent | Merge pull request #402 from python-discord/joseph/reduce-discord-scopes (diff) |
Merge remote-tracking branch 'upstream/master' into user_endpoint
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 3e96cc91..f31363a4 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -39,9 +39,7 @@ {# Right column container #} <div class="column is-half-desktop"> - <a href="https://pythondiscord.com/pages/code-jams/code-jam-7/"> - <img src="{% static "images/events/summer_code_jam_2020.png" %}"> - </a> + <iframe width="560" height="315" src="https://www.youtube.com/embed/ZH26PuX3re0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div> |