diff options
| author | 2021-09-13 13:29:41 -0400 | |
|---|---|---|
| committer | 2021-09-13 13:29:41 -0400 | |
| commit | c1f458a8f9681ce141136aa5772a0bf71a392fad (patch) | |
| tree | b33d6e28b991bf4a5b8ae884bab48feabde1e0e8 /pydis_site/apps/home/views/home.py | |
| parent | Remove wildcard asterisks in URL. (diff) | |
| parent | Merge pull request #589 from python-discord/jb3/repos-update (diff) | |
Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main
Diffstat (limited to 'pydis_site/apps/home/views/home.py')
| -rw-r--r-- | pydis_site/apps/home/views/home.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/home/views/home.py b/pydis_site/apps/home/views/home.py index bbb4b815..401c768f 100644 --- a/pydis_site/apps/home/views/home.py +++ b/pydis_site/apps/home/views/home.py @@ -27,7 +27,7 @@ class HomeView(View): "python-discord/snekbox", "python-discord/sir-lancebot", "python-discord/metricity", - "python-discord/django-simple-bulma", + "python-discord/king-arthur", ] def __init__(self): |