Skip to content

Commit 6a77f58

Browse files
authored
Merge pull request #281 from tlangens/develop
Remove leftover ')'
2 parents 83f89e1 + 205068d commit 6a77f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax_select/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from ajax_select import views
44

55
urlpatterns = [
6-
path('ajax_lookup/<channel>)',
6+
path('ajax_lookup/<channel>',
77
views.ajax_lookup,
88
name='ajax_lookup')
99
]

0 commit comments

Comments
 (0)