diff --git a/app/app/urls.py b/app/app/urls.py index 2afd0345b32..970a43edf19 100644 --- a/app/app/urls.py +++ b/app/app/urls.py @@ -155,7 +155,7 @@ # quests path('quests/', quests.views.index, name='quests_index'), - re_path(r'^quests/(?P\d+)/(?P\w*)', quests.views.details, name='kudos_details'), + re_path(r'^quests/(?P\d+)/(?P\w*)', quests.views.details, name='quest_details'), # Contributor dashboard path(