diff options
-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 %} |