File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/base_templates Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ 2.0.2 (2023-08-24)
2+ ------------------
3+
4+ - Fix unwanted literal inclusion of a METAL attribute in rendered output within
5+ the Chameleon ``layout.pt`` template.
6+
7+ - Remove unnecessary fork of pytext-cookies.
8+
192.0.1 (2023-01-29)
210------------------
311
Original file line number Diff line number Diff line change @@ -128,3 +128,5 @@ Contributors
128128- Julien Cigar, 2019-10-18
129129
130130- Jonathan Vanasco, 2021-01-27
131+
132+ - Chris McDonough, 2023-03-03
Original file line number Diff line number Diff line change 11cookiecutter
22pytest
3- # the default pytest-cookies is currently broken on windows
4- # https://github.com/hackebrot/pytest-cookies/issues/41#issuecomment-1316992381
5- git+https://github.com/jamesmyatt/pytest-cookies@bugfix/62#egg=pytest-cookies
3+ pytest-cookies
64pytest-venv
Original file line number Diff line number Diff line change 1- <!DOCTYPE html metal:define-macro="layout" >
2- <html lang =" {{ '${request.locale_name}' }}" >
1+ <!DOCTYPE html >
2+ <html lang =" {{ '${request.locale_name}' }}" metal : define-macro = " layout " >
33 <head >
44 <meta charset =" utf-8" >
55 <meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
You can’t perform that action at this time.
0 commit comments