Mercurial > p > roundup > code
diff CHANGES.txt @ 7686:a27f30709d46
fix: duplicate password id generated for user.item.html
Fix the user_confirm_input macro at the end of html/page.html to
modify the id so it doesn't duplicate the one used for the regular
password.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 26 Oct 2023 13:17:52 -0400 |
| parents | 3eca3462ba0c |
| children | d17e57220a62 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Oct 26 11:28:54 2023 -0400 +++ b/CHANGES.txt Thu Oct 26 13:17:52 2023 -0400 @@ -71,6 +71,8 @@ newer. dicttoxml uses a type alias: collection.Iterator that is dropped in Python 3.10. (found by Norbert SCHLEMMER, fix John Rouillard) +- fix repeated password id with user.item.html in all templates except + jinja2. (John Rouillard) Features:
