We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f33262 commit cd76a21Copy full SHA for cd76a21
trades/urls.py
@@ -5,5 +5,5 @@
5
6
urlpatterns = [
7
path("", views.index, name="index"),
8
- path("detail/<int:region_id>/", views.detail, name="detail"),
+ path("detail/", views.detail, name="detail"),
9
]
0 commit comments