Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert committed Sep 25, 2019
2 parents 6d2d0c9 + 7ffb30d commit 9a2e557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

# quests
path('quests/', quests.views.index, name='quests_index'),
re_path(r'^quests/(?P<obj_id>\d+)/(?P<name>\w*)', quests.views.details, name='kudos_details'),
re_path(r'^quests/(?P<obj_id>\d+)/(?P<name>\w*)', quests.views.details, name='quest_details'),

# Contributor dashboard
path(
Expand Down

0 comments on commit 9a2e557

Please sign in to comment.