8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-28 15:42:25 +00:00

Add actions also on top of the changelist

This commit is contained in:
Alexandre Iooss 2019-02-26 10:28:56 +01:00
parent 7171864910
commit 12c08d8aed

View file

@ -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 %}