From: Radek Czajka Date: Tue, 13 Apr 2021 09:44:31 +0000 (+0200) Subject: Fixes #4192: Editors search window. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/2cdae0f62a4229025212d0dd1cf80a0a0a46c37e Fixes #4192: Editors search window. --- diff --git a/src/documents/templates/documents/chunk_edit.html b/src/documents/templates/documents/chunk_edit.html index f68787b5..af27e9bb 100644 --- a/src/documents/templates/documents/chunk_edit.html +++ b/src/documents/templates/documents/chunk_edit.html @@ -26,8 +26,26 @@ -

{% trans "Split chunk" %}

- +

{% trans "Split chunk" %}

+ {% endblock content %} + + +{% block add_css %} + + +{% endblock add_css %} + + +{% block add_js %} + + +{% endblock add_js %}