aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home/views
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-10-04 20:05:53 +0200
committerGravatar Leon Sandøy <[email protected]>2020-10-04 20:05:53 +0200
commit517310e7152bf1a545a823deedd8688347a62ff4 (patch)
tree3b03e9be0d0e33ef32f1764cee407924a7933391 /pydis_site/apps/home/views
parentRemove files related to django-allauth. (diff)
Remove allauth references from the home app.
Diffstat (limited to 'pydis_site/apps/home/views')
-rw-r--r--pydis_site/apps/home/views/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/apps/home/views/__init__.py b/pydis_site/apps/home/views/__init__.py
index 801fd398..971d73a3 100644
--- a/pydis_site/apps/home/views/__init__.py
+++ b/pydis_site/apps/home/views/__init__.py
@@ -1,4 +1,3 @@
-from .account import DeleteView as AccountDeleteView, SettingsView as AccountSettingsView
from .home import HomeView
-__all__ = ["AccountDeleteView", "AccountSettingsView", "HomeView"]
+__all__ = ["HomeView"]