diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2018-11-23 18:16:38 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2018-11-23 18:16:38 -0500 |
| commit | a6fcd6e4408360b1beb565c93f8f96b2c94a1777 (patch) | |
| tree | 892435f3c79add527b01aeb0d58343dac497893f | |
| parent | ef7024c7874256da12ea896089ca102f433ea374 (diff) | |
| download | famille-flask-a6fcd6e4408360b1beb565c93f8f96b2c94a1777.tar.gz | |
try to disable autocomplete again
| -rw-r--r-- | templates/user/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/edit.html b/templates/user/edit.html index c18940f..b9982db 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -18,7 +18,7 @@ <div class="form-group form-group-sm"> <label for="password" class="col-md-4">Nouveau mot de passe :</label> <div class="col-md-4"> - <input type="password" name="password" id="password" autocomplete="off" + <input type="password" name="password" id="password" autocomplete="nope" class="form-control"/> </div> </div> |
