Mercurial > p > roundup > code
diff CHANGES.txt @ 6730:031996eb9bb5
document jinja2 as valid setting for template_engine in config.ini
Also try to import jinja2 and report unavailable/available.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Jun 2022 00:33:31 -0400 |
| parents | 14c16ba06abe |
| children | efa203f3c696 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 26 23:29:04 2022 -0400 +++ b/CHANGES.txt Mon Jun 27 00:33:31 2022 -0400 @@ -104,6 +104,8 @@ - issue2551203 fix CORS requests by providing proper headers and allowing unauthenticted CORS preflight requests. - issue2551206 - removed some windows installer references that were missed. +- document use of jinja2 templating as optional in config.ini + file. Report if available or not. Features:
