diff --git a/wagtail/admin/templates/wagtailadmin/widgets/chooser.html b/wagtail/admin/templates/wagtailadmin/widgets/chooser.html index c24b12b4e..c3c970081 100644 --- a/wagtail/admin/templates/wagtailadmin/widgets/chooser.html +++ b/wagtail/admin/templates/wagtailadmin/widgets/chooser.html @@ -1,5 +1,3 @@ -{% load i18n %} -{% load l10n %} {% comment %} Either the chosen or unchosen div will be shown, depending on the presence of the 'blank' class on the container. @@ -8,7 +6,7 @@ when clicked. {% endcomment %} -
+
{% block chosen_state_view %}{% endblock %} diff --git a/wagtail/contrib/table_block/templates/table_block/widgets/table.html b/wagtail/contrib/table_block/templates/table_block/widgets/table.html index 3d3c6007e..96b59905e 100644 --- a/wagtail/contrib/table_block/templates/table_block/widgets/table.html +++ b/wagtail/contrib/table_block/templates/table_block/widgets/table.html @@ -1,24 +1,23 @@ {% load i18n %} -{% load l10n %}
- +
- +

{% trans 'Display the first row as a header.' %}


- +
- +

{% trans 'Display the first column as a header.' %}


-
+
{{ original_field_html }}