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 @@
-
{% trans "Uploading... please wait..." %}
+
{{ _('Uploading... please wait...') }}
{{ 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 %}
-
{% trans "Markdown Guide" %}
+
{{ _('Markdown Guide') }}
{% blocktrans with doc_url='https://commonmark.org/help/' %}This site is powered by Markdown. For full documentation, click here.{% endblocktrans %}
- {% trans "Code" %} |
- {% trans "Or" %} |
- Linux/Windows |
- Mac OS |
- {% trans "... to Get" %} |
+ {{ _('Code') }} |
+ {{ _('Or') }} |
+ {{ _('Linux/Windows') }} |
+ {{ _('macOS') }} |
+ {{ _('... to Get') }} |
diff --git a/martor/templates/martor/toolbar.html b/martor/templates/martor/toolbar.html
index 89a3a2927b..36adad53fe 100644
--- a/martor/templates/martor/toolbar.html
+++ b/martor/templates/martor/toolbar.html
@@ -1,71 +1,71 @@
{% load i18n %}