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 c4db361 commit 205068dCopy full SHA for 205068d
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