Skip to content

Commit

Permalink
Merge pull request #281 from tlangens/develop
Browse files Browse the repository at this point in the history
Remove leftover ')'
  • Loading branch information
crucialfelix committed Nov 24, 2020
2 parents 83f89e1 + 205068d commit 6a77f58
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 6a77f58

Please sign in to comment.