File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
share/roundup/templates/jinja2/html/layout Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8888 for translations. (Report: John Rouillard; Fix: Christof Meerwald)
8989- Cleanup code by linting using flake8. (John Rouillard)
9090- Cleanup code by security linting using bandit. (John Rouillard)
91+ - issue2550912 - fixed missing query string in __came_from for jinja2
92+ template. (Christof Meerwald)
9193
92942019-10-23 2.0.0 alpha 0
9395
Original file line number Diff line number Diff line change 140140 </ li >
141141 </ ul >
142142 < input type ="hidden " name ="@action " value ="Login ">
143- < input type ="hidden " name ="__came_from " value =' {{ request.base}}{{request.env.PATH_INFO}} ' >
143+ < input type ="hidden " name ="__came_from " value =" {{ request.base }}{{ request.env.PATH_INFO }}{% if request.env.QUERY_STRING %}?{{ request.env.QUERY_STRING }}{% endif %} " >
144144 </ form >
145145 < hr >
146146{% else %}
You can’t perform that action at this time.
0 commit comments