diff options
| author | 2020-05-28 08:28:03 +0300 | |
|---|---|---|
| committer | 2020-05-28 08:28:03 +0300 | |
| commit | 8eb69db369c232e668270a25717323370883bb7d (patch) | |
| tree | b5e1d81ebabe20ce72b5ce961d326f991206ec28 /pydis_site/templates | |
| parent | OT: Replace help text of `used` field (diff) | |
| parent | Merge pull request #353 from python-discord/post-game-jam (diff) | |
Merge branch 'master' into off-topic-non-random
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/base/navbar.html | 2 | ||||
| -rw-r--r-- | pydis_site/templates/home/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 9b475189..d2ea9589 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -88,7 +88,7 @@ <strong>Events</strong> </div> <a class="navbar-item" href="{% url 'wiki:get' path="events/game-jam-2020/" %}"> - Upcoming: Game Jam 2020 + Most Recent: Game Jam 2020 </a> <a class="navbar-item" href="{% url 'wiki:get' path="events/" %}"> All events diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index bd713e55..c30cbee6 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -40,7 +40,7 @@ {# Right column container #} <div class="column is-half-desktop"> <a href="https://pythondiscord.com/pages/events/game-jam-2020/"> - <img src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_discord_banner/game%20jam%202020/game%20jam%202020%20-%20website%20banner.png"> + <img src="https://raw.githubusercontent.com/python-discord/branding/master/events/game%20jam%202020/game%20jam%202020%20-%20website%20banner.png"> </a> </div> </div> |