File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ <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 "> < br >
81+ < input type ="submit " name ="@action " value ="Login " i18n:attributes =" value " > < br >
8282 < span tal:replace ="structure request/indexargs_form " />
8383 < a href ="user?@template=register "
8484 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 ">
29+ < input type ="submit " name ="@action " value ="Login " i18n:attributes =" value ">
3030 < span tal:replace ="structure request/indexargs_form " />
3131 </ form >
3232 < a tal:condition ="python:request.user.hasPermission('Web Registration') "
You can’t perform that action at this time.
0 commit comments