diff options
Diffstat (limited to 'module/web/templates/default/backbone')
-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> |