diff --git a/martor/templates/martor/editor.html b/martor/templates/martor/editor.html index 30eef0b7de..a7b27168f5 100644 --- a/martor/templates/martor/editor.html +++ b/martor/templates/martor/editor.html @@ -2,20 +2,20 @@
{{ martor }}
-

{% trans "Nothing to preview" %}

+

{{ _('Nothing to preview') }}

diff --git a/martor/templates/martor/guide.html b/martor/templates/martor/guide.html index a5ab78bf0e..4a2bc2f80c 100644 --- a/martor/templates/martor/guide.html +++ b/martor/templates/martor/guide.html @@ -1,16 +1,16 @@ {% load i18n static %}