aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-10 23:23:31 +0100
committerGravatar GitHub <[email protected]>2021-09-10 23:23:31 +0100
commit198406da7d45b672bc4213d407f2a4c79acddaa8 (patch)
tree536bfa02453104503b5497ed41871eb4af278638 /pydis_site
parentMerge pull request #585 from python-discord/update_length_validation (diff)
Update repository selection on home page
In accordance with a poll in #dev-contrib, King Arthur becomes the 6th repository featured on the Python Discord homepage.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/home/views/home.py2
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):