diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 18:32:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 18:32:13 +0200 |
commit | 9ea1ab90b4705ef4d5ce37ded36a214f276c0a18 (patch) | |
tree | 995539a44a25c54344639d5ade7aa3e48624ed97 /module/web/templates/default/backbone/accountDialog.html | |
parent | added account page (diff) | |
download | pyload-9ea1ab90b4705ef4d5ce37ded36a214f276c0a18.tar.xz |
add and delete accounts, db will be resetted
Diffstat (limited to 'module/web/templates/default/backbone/accountDialog.html')
-rwxr-xr-x | module/web/templates/default/backbone/accountDialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/backbone/accountDialog.html b/module/web/templates/default/backbone/accountDialog.html index dbc88e66d..7961ad2ba 100755 --- a/module/web/templates/default/backbone/accountDialog.html +++ b/module/web/templates/default/backbone/accountDialog.html @@ -3,7 +3,7 @@ Add an account {% endblock %} {% block content %} - <form class="form-horizontal" action="#"> + <form class="form-horizontal" action="#" autocomplete="off"> <legend> Please enter your account data </legend> |