Adding latitude to autocomplete blacklist.

This commit is contained in:
Samuel Clay 2015-04-27 17:16:50 -07:00
parent 0d73c65708
commit 84b6140faa

View file

@ -29,6 +29,7 @@ IGNORE_AUTOCOMPLETE = [
"inbox",
"secret",
"password",
"latitude",
]
@json.json_view