aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home/views
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-06-07 22:17:06 +0200
committerGravatar Leon Sandøy <[email protected]>2020-06-07 22:17:06 +0200
commit228a56ce1b61a2bf8750228779fde7347f835873 (patch)
treeab9dd3509b76757dd307c823bdc7e43036fab9d8 /pydis_site/apps/home/views
parentAdd Summer Code Jam image on landing page. (diff)
Replace django-crispy-bulma -> flake8-annotations
Diffstat (limited to 'pydis_site/apps/home/views')
-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 4cf22594..79c7695b 100644
--- a/pydis_site/apps/home/views/home.py
+++ b/pydis_site/apps/home/views/home.py
@@ -23,8 +23,8 @@ class HomeView(View):
"python-discord/bot",
"python-discord/snekbox",
"python-discord/seasonalbot",
+ "python-discord/flake8-annotations",
"python-discord/django-simple-bulma",
- "python-discord/django-crispy-bulma",
]
def _get_api_data(self) -> Dict[str, Dict[str, str]]: