0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00

Allow generic index template to override header action icon

This commit is contained in:
Sage Abdullah 2023-09-18 15:41:49 +01:00
parent 45ceaddd54
commit 79c3771cef
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217

View File

@ -7,7 +7,7 @@
{% include view.export_buttons_template_name %}
{% endif %}
{% endfragment %}
{% include "wagtailadmin/shared/header.html" with title=page_title subtitle=page_subtitle action_url=header_action_url action_text=header_action_label extra_actions=extra_actions icon=header_icon search_url=search_url search_form=search_form search_results_url=index_results_url only %}
{% include "wagtailadmin/shared/header.html" with title=page_title subtitle=page_subtitle action_url=header_action_url action_text=header_action_label action_icon=header_action_icon extra_actions=extra_actions icon=header_icon search_url=search_url search_form=search_form search_results_url=index_results_url only %}
{% endblock %}
{% block listing %}