id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 3128 [patch] add an object_tools block to admin templates Gary Wilson Adrian Holovaty "Currently, if I want to add object tools I have you have to override all of block content: {{{ #!xml {% block content %}
{% block search %}{% search_form cl %}{% endblock %} {% block date_hierarchy %}{% date_hierarchy cl %}{% endblock %} {% block filters %}{% filters cl %}{% endblock %} {% block result_list %}{% result_list cl %}{% endblock %} {% block pagination %}{% pagination cl %}{% endblock %}
{% endblock %} }}} With a {% block object_tools %}, it could just be: {{{ #!xml {% block object_tools %} {% endblock %} }}} The object tools area seems to be one of the only places that doesn't already have a block." enhancement closed contrib.admin dev normal fixed gary.wilson@… Unreviewed 1 0 0 0 0 0