mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
fix geoname autocomplete field and disable chrome autofill
This commit is contained in:
@@ -503,7 +503,8 @@
|
||||
{{ 'admin::compte-utilisateur ville' | trans }}
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" value="{{ main_user.getGeonameId() }}" class="geoname_field" name="geonameid" autocomplete="off"/>
|
||||
<input type="text" value="{{ main_user.getGeonameId() }}" class="geoname_field" name="geonameid"
|
||||
autocomplete="false"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user