Use shared buttons.html include in generic title_cell.html template

pull/10940/head
Sage Abdullah 2023-09-25 15:05:43 +01:00
rodzic 09d81eee9f
commit a7f1719f64
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -15,11 +15,7 @@
{% if buttons %}
<ul class="actions">
{% block buttons %}
{% for button in buttons %}
{% if button.show %}
<li>{% component button %}</li>
{% endif %}
{% endfor %}
{% include "wagtailadmin/shared/buttons.html" %}
{% endblock %}
</ul>
{% endif %}