[MIG] document_page_reference: Migrate to 14.0

[UPD] Update document_page_reference.pot

[UPD] README.rst

[IMP] update dotfiles
This commit is contained in:
Michael Telahun
2021-11-15 04:35:43 +03:00
committed by Víctor Martínez
parent bffc1158e3
commit 02303dbfe6
4 changed files with 25 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ try:
from jinja2.lexer import name_re as old_name_re
from jinja2.sandbox import SandboxedEnvironment
name_re = re.compile(u"^%s$" % old_name_re.pattern)
name_re = re.compile("^%s$" % old_name_re.pattern)
class Context(SandboxedEnvironment.context_class):
def resolve(self, key):