Skip to content

Commit

Permalink
Follow naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Mar 18, 2024
1 parent 612d56d commit 89c40f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consultation_analyser/consultations/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
urlpatterns = [
path("", views.home),
path(
"consultation/<str:consultation_slug>/section/<str:section_slug>/question/<str:question_slug>/",
"consultations/<str:consultation_slug>/sections/<str:section_slug>/questions/<str:question_slug>",
views.show_question,
),
]

0 comments on commit 89c40f8

Please sign in to comment.