Show link to discover view

This commit is contained in:
Mouse Reeve
2021-08-08 08:07:20 -07:00
parent 2222c28305
commit 65fa2813c6
2 changed files with 8 additions and 3 deletions

View File

@ -162,7 +162,7 @@ urlpatterns = [
# landing pages
re_path(r"^about/?$", views.About.as_view(), name="about"),
path("", views.Home.as_view(), name="landing"),
re_path(r"^discover/?$", views.Discover.as_view()),
re_path(r"^discover/?$", views.Discover.as_view(), name="discover"),
re_path(r"^notifications/?$", views.Notifications.as_view(), name="notifications"),
re_path(
r"^notifications/(?P<notification_type>mentions)/?$",