Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Amareis committed Dec 4, 2015
1 parent fae7d93 commit abc053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_object_actions/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_tool_urls(self):
# supports pks that are numbers or uuids
url(r'^(?P<pk>[0-9a-f\-]+)/tools/(?P<tool>\w+)/$',
self.admin_site.admin_view(
ModelToolsView.as_view(model=self.model, tools=tools)))
ModelToolsView.as_view(model=self.model, tools=tools)), name='object-actions')
)
return my_urls

Expand Down

0 comments on commit abc053b

Please sign in to comment.