Skip to content

Commit

Permalink
Update change_form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Amareis committed Dec 4, 2015
1 parent abc053b commit 416cabf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block object-tools-items %}
{% for tool in objectactions %}
<li class="objectaction-item" data-tool-name="{{ tool.name }}">
<a href='tools/{{ tool.name }}/' title="{{ tool.standard_attrs.title }}"
<a href='{%url 'admin:object-actions' pk=object_id tool=tool.name %}' title="{{ tool.standard_attrs.title }}"
{% for k, v in tool.custom_attrs.items %}
{{ k }}="{{ v }}"
{% endfor %}
Expand Down

0 comments on commit 416cabf

Please sign in to comment.