diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/backend_login.html')
-rwxr-xr-x | ratatoeskr/templates/src/systemtemplates/backend_login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/backend_login.html b/ratatoeskr/templates/src/systemtemplates/backend_login.html index aebed4a..128c9e7 100755 --- a/ratatoeskr/templates/src/systemtemplates/backend_login.html +++ b/ratatoeskr/templates/src/systemtemplates/backend_login.html @@ -21,7 +21,7 @@ </div> </ste:then> </ste:if> - <form action="$rel_path_to_root/backend/login" method="POST" accept-charset="utf-8"> + <form action="$rel_path_to_root/backend/login" method="post" accept-charset="utf-8"> <p><ste:get_translation for="username" />: <input type="text" name="user" /></p> <p><ste:get_translation for="password" />: <input type="password" name="password" /></p> <p class="loginbtn"><input type="submit" value="<ste:get_translation for='login_form_button' />" /></p> |