diff options
| author | rr- | 2016-08-22 21:43:59 +0200 |
|---|---|---|
| committer | rr- | 2016-08-22 21:46:30 +0200 |
| commit | 124e871022369604da9893581f6006c61f469a0b (patch) | |
| tree | 0eb82c2adcf8112c9051f8eebf413e6009309904 /client/html/user_registration.tpl | |
| parent | fec31d7946b936ecafffcbfcb36dd4275c49c7ab (diff) | |
client/users: stop native completion
Disabled for user registration and editing where it causes more mess
than good.
Diffstat (limited to 'client/html/user_registration.tpl')
| -rw-r--r-- | client/html/user_registration.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/html/user_registration.tpl b/client/html/user_registration.tpl index 9db35ce..5832118 100644 --- a/client/html/user_registration.tpl +++ b/client/html/user_registration.tpl @@ -1,6 +1,9 @@ <div class='content-wrapper' id='user-registration'> <h1>Registration</h1> <form autocomplete='off'> + <input class='anticomplete' type='text' name='fakeuser'/> + <input class='anticomplete' type='password' name='fakepass'/> + <div class='input'> <ul> <li> |