File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
7878 < b i18n:translate =""> Login</ b > < br >
7979 < input size ="10 " name ="__login_name "> < br >
8080 < input size ="10 " type ="password " name ="__login_password "> < br >
81- < input type ="submit " name ="@action " value ="Login " i18n:attributes ="value "> < br >
81+ < input type ="hidden " name ="@action " value ="Login ">
82+ < input type ="submit " value ="Login " i18n:attributes ="value "> < br >
8283 < span tal:replace ="structure request/indexargs_form " />
8384 < a href ="user?@template=register "
8485 tal:condition ="python:request.user.hasPermission('Web Registration') "
Original file line number Diff line number Diff line change 2626 < form method ="POST " action ="">
2727 < input size ="10 " name ="__login_name "> < br >
2828 < input size ="10 " type ="password " name ="__login_password "> < br >
29- < input type ="submit " name ="@action " value ="Login " i18n:attributes ="value ">
29+ < input type ="hidden " name ="@action " value ="Login ">
30+ < input type ="submit " value ="Login " i18n:attributes ="value ">
3031 < span tal:replace ="structure request/indexargs_form " />
3132 </ form >
3233 < a tal:condition ="python:request.user.hasPermission('Web Registration') "
You can’t perform that action at this time.
0 commit comments