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.
2 parents 83f89e1 + 205068d commit 6a77f58Copy full SHA for 6a77f58
ajax_select/urls.py
@@ -3,7 +3,7 @@
3
from ajax_select import views
4
5
urlpatterns = [
6
- path('ajax_lookup/<channel>)',
+ path('ajax_lookup/<channel>',
7
views.ajax_lookup,
8
name='ajax_lookup')
9
]
0 commit comments