diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-02 16:31:31 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-02 16:31:31 +0200 |
commit | 5f8dbf9292e76492e16136fe22c965d28adec7a7 (patch) | |
tree | 9db499692e5d0aa10f96976cfbf71289dcdda870 /module/web/templates | |
parent | issue #139 fixed, thanks for the diff! (diff) | |
download | pyload-5f8dbf9292e76492e16136fe22c965d28adec7a7.tar.xz |
closed #140
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index e9a40ff3a..f1ade3a84 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -90,7 +90,7 @@ {% endfor %} </ul> </div> -<form id="horizontalForm" action="" method="POST"> +<form id="horizontalForm" action="" method="POST" autocomplete="off"> {% for configname, config in conf.iteritems %} {% ifnotequal configname "Accounts" %} {% for skey, section in config.iteritems %} |