diff --git a/totalsum/templates/totalsum_change_list.html b/totalsum/templates/totalsum_change_list.html index bffc8c4..e5fc95b 100644 --- a/totalsum/templates/totalsum_change_list.html +++ b/totalsum/templates/totalsum_change_list.html @@ -3,7 +3,7 @@ {% load totalsum admin_list %} {% block result_list %} - {% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %} + {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% totalsum_result_list cl totals unit_of_measure %} - {% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %} -{% endblock %} \ No newline at end of file + {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} +{% endblock %}