Skip to content

Commit

Permalink
Remove leftover ')'
Browse files Browse the repository at this point in the history
Addresses #280
  • Loading branch information
tlangens authored Nov 21, 2020
1 parent c4db361 commit 205068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax_select/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ajax_select import views

urlpatterns = [
path('ajax_lookup/<channel>)',
path('ajax_lookup/<channel>',
views.ajax_lookup,
name='ajax_lookup')
]

0 comments on commit 205068d

Please sign in to comment.