mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Add an empty block area on the search results listing for adding extra fields after the title.
This commit is contained in:
parent
d2080ff892
commit
c4e5eb6afa
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
{{ page.get_admin_display_title }}
|
||||
{% endif %}
|
||||
|
||||
{% block pages_listing_title_extra %}{% endblock pages_listing_title_extra %}
|
||||
|
||||
{% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %}
|
||||
{% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue