diff --git a/vrobbler/apps/trails/urls.py b/vrobbler/apps/trails/urls.py index 9b8024c..c9f51da 100644 --- a/vrobbler/apps/trails/urls.py +++ b/vrobbler/apps/trails/urls.py @@ -5,10 +5,10 @@ app_name = "trials" urlpatterns = [ - path("trails/", views.TrailListView.as_view(), name="trail-list"), + path("trails/", views.TrailListView.as_view(), name="trail_list"), path( "trails//", views.TrailDetailView.as_view(), - name="trail-detail", + name="trail_detail", ), ] diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index 7de7ae5..568a6b6 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -258,6 +258,12 @@ Board games +