django/tests/template_backends/jinja2/template_backends
Hasan Ramezani 8d32290279 Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template.
Jinja raises jinja2.TemplateSyntaxError in render() not in
get_template() when it's in an included template.
2019-11-27 12:48:07 +01:00
..
csrf.html
django_escaping.html Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templates. 2015-03-18 09:11:01 -04:00
hello.html
syntax_error.html
syntax_error2.html Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
syntax_error_include.html Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template. 2019-11-27 12:48:07 +01:00