Skip to content

Commit

Permalink
Fix admin actions not visible when using this app. 20tab#10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo authored Nov 29, 2022
1 parent 6a41cf7 commit 24a8fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions totalsum/templates/totalsum_change_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
{% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %}
{% endblock %}

0 comments on commit 24a8fcc

Please sign in to comment.