summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-02 16:31:31 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-02 16:31:31 +0200
commit5f8dbf9292e76492e16136fe22c965d28adec7a7 (patch)
tree9db499692e5d0aa10f96976cfbf71289dcdda870 /module/web/templates
parentissue #139 fixed, thanks for the diff! (diff)
downloadpyload-5f8dbf9292e76492e16136fe22c965d28adec7a7.tar.xz
closed #140
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/settings.html2
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 %}