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 96b59905e9..3d3c6007e9 100644 --- a/wagtail/contrib/table_block/templates/table_block/widgets/table.html +++ b/wagtail/contrib/table_block/templates/table_block/widgets/table.html @@ -1,23 +1,24 @@ {% load i18n %} +{% load l10n %}
- +
- +

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


- +
- +

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


-
+
{{ original_field_html }} diff --git a/wagtail/wagtailadmin/templates/wagtailadmin/pages/edit.html b/wagtail/wagtailadmin/templates/wagtailadmin/pages/edit.html index 384364b8c8..a770821061 100644 --- a/wagtail/wagtailadmin/templates/wagtailadmin/pages/edit.html +++ b/wagtail/wagtailadmin/templates/wagtailadmin/pages/edit.html @@ -2,6 +2,7 @@ {% load wagtailadmin_tags %} {% load gravatar %} {% load i18n %} +{% load l10n %} {% block titletag %}{% blocktrans with title=page.get_admin_display_title page_type=content_type.model_class.get_verbose_name %}Editing {{ page_type }}: {{ title }}{% endblocktrans %}{% endblock %} {% block bodyclass %}page-editor {% if page.live %}page-is-live{% endif %} model-{{ content_type.model }} {% if page.locked %}page-locked{% endif %}{% endblock %} @@ -32,7 +33,7 @@ {{ edit_handler.render_form_content }} {% if is_revision %} - + {% endif %}