summaryrefslogtreecommitdiff
path: root/django/template
diff options
context:
space:
mode:
Diffstat (limited to 'django/template')
-rw-r--r--django/template/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/template/base.py b/django/template/base.py
index ffd851ac39..a8c2e5774e 100644
--- a/django/template/base.py
+++ b/django/template/base.py
@@ -78,7 +78,6 @@ VARIABLE_TAG_START = '{{'
VARIABLE_TAG_END = '}}'
COMMENT_TAG_START = '{#'
COMMENT_TAG_END = '#}'
-TRANSLATOR_COMMENT_MARK = 'Translators'
SINGLE_BRACE_START = '{'
SINGLE_BRACE_END = '}'