summaryrefslogtreecommitdiffstats
path: root/takahe/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/urls.py')
-rw-r--r--takahe/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/takahe/urls.py b/takahe/urls.py
index 1e02622..07ccc50 100644
--- a/takahe/urls.py
+++ b/takahe/urls.py
@@ -22,7 +22,7 @@ urlpatterns = [
path("explore/tags/", explore.ExploreTag.as_view(), name="explore-tag"),
path(
"follows/",
- follows.FollowsPage.as_view(),
+ follows.Follows.as_view(),
name="follows",
),
# Settings views