From 85c4963619ccf494eeb633c679eb2e509564b6c1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 9 Sep 2024 17:07:13 -0400 Subject: [PATCH] [templates] Fix trail template loading --- vrobbler/apps/trails/urls.py | 4 ++-- vrobbler/templates/base.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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 +