Browse Source

Add actions also on top of the changelist

use_django_admin
Alexandre Iooss 7 years ago
parent
commit
12c08d8aed
  1. 1
      useradmin/templates/admin/change_list.html

1
useradmin/templates/admin/change_list.html

@ -80,6 +80,7 @@
{% endif %} {% endif %}
{% block result_list %} {% block result_list %}
{% if action_form and cl.show_admin_actions %}{% admin_actions %}{% endif %}
{% result_list cl %} {% result_list cl %}
{% if action_form and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% if action_form and cl.show_admin_actions %}{% admin_actions %}{% endif %}
{% endblock %} {% endblock %}

Loading…
Cancel
Save