diff options
| author | 2022-04-20 20:58:17 -0400 | |
|---|---|---|
| committer | 2022-04-20 20:58:17 -0400 | |
| commit | c9ef86505fe2f315fafff5ad8babb7f02690b081 (patch) | |
| tree | 641d4cb9490cfdc831e07452a8efc7ca0f8da284 /pydis_site/templates | |
| parent | change image to accurately reflect current system (diff) | |
| parent | Adjust filtering settings for the AoC link viewset (diff) | |
Merge branch 'main' of github.com:python-discord/site into keeping-tokens-safe
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/events/sidebar/code-jams/7.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/sidebar/code-jams/7.html b/pydis_site/templates/events/sidebar/code-jams/7.html index d4615c2a..4aefdbd9 100644 --- a/pydis_site/templates/events/sidebar/code-jams/7.html +++ b/pydis_site/templates/events/sidebar/code-jams/7.html @@ -1,7 +1,7 @@ {% load static %} <div class="box"> - <img src="https://raw.githubusercontent.com/python-discord/branding/master/events/summer_code_jam_2020/summer%20cj%202020%20discord%20banner.png" alt="Summer Code Jam 2020"> + <img src="https://raw.githubusercontent.com/python-discord/branding/master/jams/summer_code_jam_2020/summer%20cj%202020%20discord%20banner.png" alt="Summer Code Jam 2020"> <p class="menu-label">Sponsors</p> <a href="https://www.djangoproject.com/" target="_blank"> <img src="https://static.djangoproject.com/img/logos/django-logo-positive.png" alt="Django"> |