diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2021-08-04 23:20:04 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-08-05 06:11:40 +0200 |
| commit | 4fe3774c729f3fd5105b3001fe69a70bdca95ac3 (patch) | |
| tree | e291807f503ee7e0f65af43cfabc74e9b022206b /django/template | |
| parent | e79ae5c317c4fe94c9ed9593309c07d9cf3bbbdf (diff) | |
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template.
Diffstat (limited to 'django/template')
| -rw-r--r-- | django/template/base.py | 1 |
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 = '}' |
