summaryrefslogtreecommitdiff
path: root/django/template
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2021-08-04 23:20:04 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-08-05 06:11:40 +0200
commit4fe3774c729f3fd5105b3001fe69a70bdca95ac3 (patch)
treee291807f503ee7e0f65af43cfabc74e9b022206b /django/template
parente79ae5c317c4fe94c9ed9593309c07d9cf3bbbdf (diff)
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template.
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 = '}'